Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h557 VAEND, VASTART, enumerator
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp154 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MBlazeTargetLowering()
208 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp263 case ISD::VASTART: return "vastart"; in getOperationName()
DSelectionDAGBuilder.cpp6355 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurDebugLoc(), in visitVAStart()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp168 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
201 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp791 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
1157 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1456 setOperationAction(ISD::VASTART , MVT::Other, Custom); in HexagonTargetLowering()
1534 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering()
183 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp117 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
2337 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp240 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
908 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp236 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
5553 case ISD::VASTART: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp698 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
5567 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp576 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering()
12140 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()