Searched refs:RETURNADDR (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h69 /// FRAMEADDR, RETURNADDR - These nodes represent llvm.frameaddress and
74 FRAMEADDR, RETURNADDR, ADDROFRETURNADDR, SPONENTRY, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp124 case ISD::RETURNADDR: return "RETURNADDR";
H A DLegalizeDAG.cpp1089 case ISD::RETURNADDR:
2747 case ISD::RETURNADDR:
H A DLegalizeIntegerTypes.cpp1312 case ISD::RETURNADDR: Res = PromoteIntOp_FRAMERETURNADDR(N); break;
1721 // Promote the RETURNADDR/FRAMEADDR argument to a supported integer width.
3792 case ISD::RETURNADDR:
4042 // The argument of RETURNADDR / FRAMEADDR builtin is 32 bit contant. This
H A DSelectionDAGBuilder.cpp5805 setValue(&I, DAG.getNode(ISD::RETURNADDR, sdl,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp202 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp352 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1011 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp216 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp410 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2924 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2175 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3011 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG, *this,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1235 case ISD::RETURNADDR: return lowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5095 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3213 case ISD::RETURNADDR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4039 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10514 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9313 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 888 milliseconds