Searched refs:VASTART (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 545 VAEND, VASTART, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 259 case ISD::VASTART: return "vastart"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 6391 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 168 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 202 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1442 setOperationAction(ISD::VASTART , MVT::Other, Custom); in HexagonTargetLowering() 1561 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 144 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 181 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1358 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 1809 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 241 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering() 1640 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 123 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering() 2664 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 255 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 739 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 261 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 5729 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 736 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 5866 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 619 setOperationAction(ISD::VASTART , MVT::Other, Custom); in resetOperationActions() 12839 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|