/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 100 FRAMEADDR, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 152 setOperationAction(ISD::FRAMEADDR, MVT::i32, Legal); in ARCTargetLowering() 790 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 138 case ISD::FRAMEADDR: return "FRAMEADDR"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 1098 case ISD::FRAMEADDR: in LegalizeOp() 3102 case ISD::FRAMEADDR: in ExpandNode() 3116 ISD::FRAMEADDR, dl, TLI.getPointerTy(DAG.getDataLayout()), in ExpandNode()
|
H A D | LegalizeIntegerTypes.cpp | 1985 case ISD::FRAMEADDR: in PromoteIntegerOperand() 5285 case ISD::FRAMEADDR: Res = ExpandIntOp_RETURNADDR(N); break; in ExpandIntegerOperand()
|
H A D | SelectionDAGBuilder.cpp | 6428 setValue(&I, DAG.getNode(ISD::FRAMEADDR, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 184 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 202 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 353 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 236 // Representations of the frame pointer used by ISD::FRAMEADDR.
|
H A D | PPCISelLowering.cpp | 11872 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 210 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1471 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1892 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3247 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG, in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3386 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1254 case ISD::FRAMEADDR: return lowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 414 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2757 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6120 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6268 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10594 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6846 case ISD::FRAMEADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32437 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG); in LowerOperation()
|