HomeSort by relevance Sort by last modified time
    Searched refs:VASTART (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 634 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
636 VAEND, VASTART,
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 122 setOperationAction(ISD::VASTART, MVT::Other, Custom);
560 case ISD::VASTART:
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 164 setOperationAction(ISD::VASTART, MVT::Other, Custom);
198 case ISD::VASTART: return LowerVASTART(Op, DAG);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 300 case ISD::VASTART: return "vastart";
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 145 setOperationAction(ISD::VASTART, MVT::Other, Custom);
215 case ISD::VASTART: return LowerVASTART(Op, DAG);
796 // vastart stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 385 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 429 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
431 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 189 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 302 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
303 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 503 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
504 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]

Completed in 1477 milliseconds