reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1074   case ISD::FRAMEADDR:
 2684   case ISD::FRAMEADDR:
 2698         ISD::FRAMEADDR, dl, TLI.getPointerTy(DAG.getDataLayout()),
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1203   case ISD::FRAMEADDR:
 3622   case ISD::FRAMEADDR:         Res = ExpandIntOp_RETURNADDR(N); break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5668     setValue(&I, DAG.getNode(ISD::FRAMEADDR, sdl,
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  126   case ISD::FRAMEADDR:                  return "FRAMEADDR";
lib/Target/AArch64/AArch64ISelLowering.cpp
 3020   case ISD::FRAMEADDR:
lib/Target/ARC/ARCISelLowering.cpp
  123   setOperationAction(ISD::FRAMEADDR, MVT::i32, Legal);
  751   case ISD::FRAMEADDR:
lib/Target/ARM/ARMISelLowering.cpp
 9171   case ISD::FRAMEADDR:     return LowerFRAMEADDR(Op, DAG);
lib/Target/Hexagon/HexagonISelLowering.cpp
 2866     case ISD::FRAMEADDR:            return LowerFRAMEADDR(Op, DAG);
lib/Target/Lanai/LanaiISelLowering.cpp
  204   case ISD::FRAMEADDR:
lib/Target/MSP430/MSP430ISelLowering.cpp
  348   case ISD::FRAMEADDR:        return LowerFRAMEADDR(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp
 1233   case ISD::FRAMEADDR:          return lowerFRAMEADDR(Op, DAG);
lib/Target/NVPTX/NVPTXISelLowering.cpp
 2176   case ISD::FRAMEADDR:
lib/Target/PowerPC/PPCISelLowering.cpp
10172   case ISD::FRAMEADDR:          return LowerFRAMEADDR(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp
  385   case ISD::FRAMEADDR:
lib/Target/Sparc/SparcISelLowering.cpp
 3013   case ISD::FRAMEADDR:          return LowerFRAMEADDR(Op, DAG,
lib/Target/SystemZ/SystemZISelLowering.cpp
 4928   case ISD::FRAMEADDR:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  997   case ISD::FRAMEADDR:
lib/Target/X86/X86ISelLowering.cpp
27730   case ISD::FRAMEADDR:          return LowerFRAMEADDR(Op, DAG);
lib/Target/XCore/XCoreISelLowering.cpp
  214   case ISD::FRAMEADDR:          return LowerFRAMEADDR(Op, DAG);