Searched refs:VASTART (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 557 VAEND, VASTART, enumerator
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 154 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MBlazeTargetLowering() 208 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 263 case ISD::VASTART: return "vastart"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 6355 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurDebugLoc(), in visitVAStart()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 168 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 201 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 791 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 1157 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1456 setOperationAction(ISD::VASTART , MVT::Other, Custom); in HexagonTargetLowering() 1534 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 183 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 117 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering() 2337 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 240 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 908 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 236 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 5553 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 698 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 5567 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 576 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering() 12140 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|