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 544 // VAEND, VASTART - VAEND and VASTART have three operands: an input chain, a
546 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 261 case ISD::VASTART: return "vastart";
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 153 setOperationAction(ISD::VASTART, MVT::Other, Custom);
206 case ISD::VASTART: return LowerVASTART(Op, DAG);
642 // vastart just stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 786 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
787 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 144 setOperationAction(ISD::VASTART, MVT::Other, Custom);
179 case ISD::VASTART: return LowerVASTART(Op, DAG);
781 // vastart stores the address of the VarArgsFrameIndex slot into the
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 144 setOperationAction(ISD::VASTART, MVT::Other, Custom);
745 case ISD::VASTART: return LowerVASTART(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 226 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
227 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 376 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
377 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 656 setOperationAction(ISD::VASTART, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 544 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
545 setOperationAction(ISD::VASTART , MVT::Other, Custom);
    [all...]

Completed in 65 milliseconds