Searched refs:VASTART (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h634 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
636 VAEND, VASTART, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp122 setOperationAction(ISD::VASTART, MVT::Other, Custom);
560 case ISD::VASTART:
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp164 setOperationAction(ISD::VASTART, MVT::Other, Custom);
198 case ISD::VASTART: return LowerVASTART(Op, DAG);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp300 case ISD::VASTART: return "vastart";
H A DSelectionDAGBuilder.cpp6649 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(),
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp145 setOperationAction(ISD::VASTART, MVT::Other, Custom);
215 case ISD::VASTART: return LowerVASTART(Op, DAG);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1171 // VASTART stores the address of the VarArgsFrameIndex slot into the
1622 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
1623 setOperationAction(ISD::VASTART, MVT::Other, Custom);
2603 case ISD::VASTART: return LowerVASTART(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp385 setOperationAction(ISD::VASTART, MVT::Other, Custom);
877 case ISD::VASTART: return lowerVASTART(Op, DAG);
3814 // which is a value necessary to VASTART.
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1667 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
1668 setOperationAction(ISD::VASTART , MVT::Other, Custom);
2946 case ISD::VASTART: return LowerVASTART(Op, DAG, *this);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp429 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
431 setOperationAction(ISD::VASTART, MVT::Other, Custom);
4333 case ISD::VASTART:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp189 setOperationAction(ISD::VASTART, MVT::Other, Custom);
2261 case ISD::VASTART:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp823 setOperationAction(ISD::VASTART, MVT::Other, Custom);
6841 case ISD::VASTART: return LowerVASTART(Op, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp302 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
303 setOperationAction(ISD::VASTART , MVT::Other, Custom);
7960 case ISD::VASTART:
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp503 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
504 setOperationAction(ISD::VASTART , MVT::Other, Custom);
20100 case ISD::VASTART: return LowerVASTART(Op, DAG);
[all...]

Completed in 272 milliseconds