Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1204 PREALLOCATED_ARG, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp460 case ISD::PREALLOCATED_ARG: in getOperationName()
H A DSelectionDAGBuilder.cpp6615 ISD::PREALLOCATED_ARG, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def152 HANDLE_TARGET_OPCODE(PREALLOCATED_ARG)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6506 case ISD::PREALLOCATED_ARG: { in Select()
6518 TargetOpcode::PREALLOCATED_ARG, dl, in Select()
H A DX86ISelLowering.cpp36893 case TargetOpcode::PREALLOCATED_ARG: { in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1396 def PREALLOCATED_ARG : StandardPseudoInstruction {