Home
last modified time | relevance | path

Searched refs:VASTART (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h545 VAEND, VASTART, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp259 case ISD::VASTART: return "vastart"; in getOperationName()
DSelectionDAGBuilder.cpp6391 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp168 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
202 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1442 setOperationAction(ISD::VASTART , MVT::Other, Custom); in HexagonTargetLowering()
1561 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp144 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering()
181 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1358 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
1809 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp241 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
1640 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp123 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
2664 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp255 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
739 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp261 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
5729 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp736 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
5866 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp619 setOperationAction(ISD::VASTART , MVT::Other, Custom); in resetOperationActions()
12839 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()