Home
last modified time | relevance | path

Searched refs:PREALLOCATED_SETUP (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h968 PREALLOCATED_SETUP, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp406 case ISD::PREALLOCATED_SETUP: in getOperationName()
DSelectionDAGBuilder.cpp5808 SDValue Res = DAG.getNode(ISD::PREALLOCATED_SETUP, sdl, MVT::Other, in visitIntrinsicCall()
/external/llvm-project/llvm/include/llvm/Support/
DTargetOpcodes.def140 HANDLE_TARGET_OPCODE(PREALLOCATED_SETUP)
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp5790 case ISD::PREALLOCATED_SETUP: { in Select()
5797 TargetOpcode::PREALLOCATED_SETUP, dl, MVT::Other, CallIdValue, Chain); in Select()
DX86ISelLowering.cpp33860 case TargetOpcode::PREALLOCATED_SETUP: { in EmitInstrWithCustomInserter()
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td1189 def PREALLOCATED_SETUP : StandardPseudoInstruction {