Searched refs:VASTART (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 546 VAEND, VASTART, enumerator
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 153 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MBlazeTargetLowering() 206 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 261 case ISD::VASTART: return "vastart"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 6335 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurDebugLoc(), in visitVAStart()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1282 setOperationAction(ISD::VASTART , MVT::Other, Custom); in HexagonTargetLowering() 1356 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 787 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 1156 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 144 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 179 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 144 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 745 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 227 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 4567 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 377 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SPUTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 656 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 5149 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 545 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering() 10859 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|