Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h636 VAEND, VASTART, enumerator
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp122 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
560 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp300 case ISD::VASTART: return "vastart"; in getOperationName()
DSelectionDAGBuilder.cpp6649 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp164 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
198 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering()
215 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1623 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering()
2603 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1668 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
2946 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp385 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
877 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp431 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
4333 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp189 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
2261 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp303 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
7960 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp823 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
6841 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp504 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering()
20100 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()