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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 545 // VAEND, VASTART - VAEND and VASTART have three operands: an input chain, a
547 VAEND, VASTART,
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 153 setOperationAction(ISD::VASTART, MVT::Other, Custom);
204 case ISD::VASTART: return LowerVASTART(Op, DAG);
641 // vastart just stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 148 setOperationAction(ISD::VASTART, MVT::Other, Custom);
748 case ISD::VASTART: {
756 // vastart stores the address of the VarArgsBase and VarArgsOffset
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 785 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
786 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::VASTART, MVT::Other, Custom);
178 case ISD::VASTART: return LowerVASTART(Op, DAG);
772 // vastart stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 136 setOperationAction(ISD::VASTART, MVT::Other, Custom);
675 case ISD::VASTART: return LowerVASTART(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 217 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
218 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 370 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
371 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 605 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 524 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
525 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]

Completed in 208 milliseconds