Home
last modified time | relevance | path

Searched refs:ADJUST_TRAMPOLINE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1246 ADJUST_TRAMPOLINE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp494 case ISD::ADJUST_TRAMPOLINE: return "adjust_trampoline"; in getOperationName()
H A DLegalizeDAG.cpp1097 case ISD::ADJUST_TRAMPOLINE: in LegalizeOp()
H A DSelectionDAGBuilder.cpp7405 setValue(&I, DAG.getNode(ISD::ADJUST_TRAMPOLINE, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp154 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in XCoreTargetLowering()
214 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp612 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in PPCTargetLowering()
11811 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1085 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in AArch64TargetLowering()
6762 case ISD::ADJUST_TRAMPOLINE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp573 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in X86TargetLowering()
32447 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()