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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 583 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
585 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 272 case ISD::VASTART: return "vastart";
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 165 setOperationAction(ISD::VASTART, MVT::Other, Custom);
199 case ISD::VASTART: return LowerVASTART(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 145 setOperationAction(ISD::VASTART, MVT::Other, Custom);
217 case ISD::VASTART: return LowerVASTART(Op, DAG);
783 // vastart stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 254 setOperationAction(ISD::VASTART, MVT::Other, Custom);
793 case ISD::VASTART: return lowerVASTART(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 290 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
292 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 199 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 699 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 296 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
297 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 635 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
636 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]

Completed in 1059 milliseconds