/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 101 RETURNADDR, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 136 case ISD::RETURNADDR: return "RETURNADDR"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 1099 case ISD::RETURNADDR: in LegalizeOp() 3103 case ISD::RETURNADDR: in ExpandNode()
|
H A D | LegalizeIntegerTypes.cpp | 1986 case ISD::RETURNADDR: Res = PromoteIntOp_FRAMERETURNADDR(N); break; in PromoteIntegerOperand() 5284 case ISD::RETURNADDR: in ExpandIntegerOperand()
|
H A D | SelectionDAGBuilder.cpp | 6413 setValue(&I, DAG.getNode(ISD::RETURNADDR, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 186 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 200 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 352 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 211 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1469 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1904 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3245 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG, *this, in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3385 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1255 case ISD::RETURNADDR: return lowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 416 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2755 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6122 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 5756 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11871 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6270 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10593 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6850 case ISD::RETURNADDR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32435 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG); in LowerOperation()
|