|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc63311 /*138196*/ /*SwitchOpcode*/ 13, TARGET_VAL(ISD::FrameIndex),// ->138212
gen/lib/Target/ARC/ARCGenDAGISel.inc 515 /* 838*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::FrameIndex),// ->855
gen/lib/Target/Mips/MipsGenDAGISel.inc16430 /* 30458*/ /*SwitchOpcode*/ 64, TARGET_VAL(ISD::FrameIndex),// ->30525
gen/lib/Target/NVPTX/NVPTXGenDAGISel.inc54664 /*117571*/ /*SwitchOpcode*/ 29, TARGET_VAL(ISD::FrameIndex),// ->117603
gen/lib/Target/Sparc/SparcGenDAGISel.inc 2015 /* 3715*/ /*SwitchOpcode*/ 35, TARGET_VAL(ISD::FrameIndex),// ->3753
gen/lib/Target/SystemZ/SystemZGenDAGISel.inc20780 /* 39040*/ /*SwitchOpcode*/ 44, TARGET_VAL(ISD::FrameIndex),// ->39087
gen/lib/Target/X86/X86GenDAGISel.inc54915 /*116400*/ /*SwitchOpcode*/ 57, TARGET_VAL(ISD::FrameIndex),// ->116460
gen/lib/Target/XCore/XCoreGenDAGISel.inc 1680 /* 2865*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::FrameIndex),// ->2882
include/llvm/CodeGen/SelectionDAGNodes.h 1754 : SDNode(isTarg ? ISD::TargetFrameIndex : ISD::FrameIndex,
1762 return N->getOpcode() == ISD::FrameIndex ||
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 512 case ISD::FrameIndex:
1390 unsigned Opc = isTarget ? ISD::TargetFrameIndex : ISD::FrameIndex;
3309 case ISD::FrameIndex:
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 121 case ISD::FrameIndex: return "FrameIndex";
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp 723 if (N.getOpcode() == ISD::FrameIndex) {
742 if (Base.getOpcode() == ISD::FrameIndex) {
757 if (Base.getOpcode() == ISD::FrameIndex) {
784 if (N.getOpcode() == ISD::FrameIndex) {
817 if (Base.getOpcode() == ISD::FrameIndex) {
859 if (Base.getOpcode() == ISD::FrameIndex) {
2957 case ISD::FrameIndex: {
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp 70 if (Ptr.getOpcode() == ISD::FrameIndex) {
lib/Target/AMDGPU/R600ISelLowering.cpp 203 setOperationAction(ISD::FrameIndex, MVT::i32, Custom);
499 case ISD::FrameIndex: return lowerFrameIndex(Op, DAG);
lib/Target/ARC/ARCISelDAGToDAG.cpp 93 if (Addr.getOpcode() == ISD::FrameIndex) {
114 if (Base.getOpcode() == ISD::FrameIndex) {
lib/Target/ARM/ARMISelDAGToDAG.cpp 608 if (N.getOpcode() == ISD::FrameIndex) {
635 if (Base.getOpcode() == ISD::FrameIndex) {
856 if (N.getOpcode() == ISD::FrameIndex) {
872 if (Base.getOpcode() == ISD::FrameIndex) {
922 if (N.getOpcode() == ISD::FrameIndex) {
943 if (Base.getOpcode() == ISD::FrameIndex) {
1143 if (N.getOpcode() == ISD::FrameIndex) {
1159 if (N.getOperand(0).getOpcode() == ISD::FrameIndex) {
1222 if (N.getOpcode() == ISD::FrameIndex) {
1255 if (Base.getOpcode() == ISD::FrameIndex) {
1285 if (Base.getOpcode() == ISD::FrameIndex) {
1323 if (Base.getOpcode() == ISD::FrameIndex) {
1447 if (Base.getOpcode() == ISD::FrameIndex) {
3030 case ISD::FrameIndex: {
lib/Target/ARM/ARMISelLowering.cpp12584 InNode->getOperand(1).getOpcode() == ISD::FrameIndex &&
lib/Target/AVR/AVRISelDAGToDAG.cpp 96 if (N.getOperand(0).getOpcode() == ISD::FrameIndex) {
224 if (Op->getOpcode() == ISD::FrameIndex) {
308 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) {
538 case ISD::FrameIndex: return select<ISD::FrameIndex>(N);
538 case ISD::FrameIndex: return select<ISD::FrameIndex>(N);
lib/Target/BPF/BPFISelDAGToDAG.cpp 225 case ISD::FrameIndex: {
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp 882 case ISD::FrameIndex: return SelectFrameIndex(N);
1280 if (N.getOpcode() != ISD::FrameIndex)
lib/Target/Lanai/LanaiISelDAGToDAG.cpp 214 if (Addr.getOpcode() == ISD::FrameIndex)
304 case ISD::FrameIndex:
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp 199 case ISD::FrameIndex:
393 case ISD::FrameIndex: {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp 4421 case ISD::FrameIndex:
4689 if (N->getOperand(0)->getOpcode() == ISD::FrameIndex &&
4747 if (N->getOperand(0)->getOpcode() == ISD::FrameIndex &&
lib/Target/PowerPC/PPCISelLowering.cpp11728 if (Loc.getOpcode() == ISD::FrameIndex) {
11729 if (BaseLoc.getOpcode() != ISD::FrameIndex)
lib/Target/RISCV/RISCVISelDAGToDAG.cpp 129 case ISD::FrameIndex: {
lib/Target/Sparc/SparcISelDAGToDAG.cpp 121 if (Addr.getOpcode() == ISD::FrameIndex) return false;
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp 522 if (Base->getOpcode() == ISD::FrameIndex)
630 else if (Base.getOpcode() == ISD::FrameIndex) {
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 216 setOperationAction(ISD::FrameIndex, MVT::i32, Custom);
979 case ISD::FrameIndex:
lib/Target/X86/X86ISelDAGToDAG.cpp 1901 case ISD::FrameIndex:
lib/Target/X86/X86ISelLowering.cpp 4266 } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {