Searched refs:VASTART (Results 1 - 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 634 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain, 636 VAEND, VASTART, enumerator in enum:llvm::ISD::NodeType
|
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 122 setOperationAction(ISD::VASTART, MVT::Other, Custom); 560 case ISD::VASTART:
|
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 164 setOperationAction(ISD::VASTART, MVT::Other, Custom); 198 case ISD::VASTART: return LowerVASTART(Op, DAG);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 300 case ISD::VASTART: return "vastart";
|
H A D | SelectionDAGBuilder.cpp | 6649 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(),
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 145 setOperationAction(ISD::VASTART, MVT::Other, Custom); 215 case ISD::VASTART: return LowerVASTART(Op, DAG);
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1171 // VASTART stores the address of the VarArgsFrameIndex slot into the 1622 // VASTART needs to be custom lowered to use the VarArgsFrameIndex. 1623 setOperationAction(ISD::VASTART, MVT::Other, Custom); 2603 case ISD::VASTART: return LowerVASTART(Op, DAG);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 385 setOperationAction(ISD::VASTART, MVT::Other, Custom); 877 case ISD::VASTART: return lowerVASTART(Op, DAG); 3814 // which is a value necessary to VASTART.
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1667 // VASTART needs to be custom lowered to use the VarArgsFrameIndex. 1668 setOperationAction(ISD::VASTART , MVT::Other, Custom); 2946 case ISD::VASTART: return LowerVASTART(Op, DAG, *this);
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 429 // VASTART and VACOPY need to deal with the SystemZ-specific varargs 431 setOperationAction(ISD::VASTART, MVT::Other, Custom); 4333 case ISD::VASTART:
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 189 setOperationAction(ISD::VASTART, MVT::Other, Custom); 2261 case ISD::VASTART:
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 823 setOperationAction(ISD::VASTART, MVT::Other, Custom); 6841 case ISD::VASTART: return LowerVASTART(Op, DAG);
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 302 // VASTART needs to be custom lowered to use the VarArgsFrameIndex 303 setOperationAction(ISD::VASTART , MVT::Other, Custom); 7960 case ISD::VASTART:
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 503 // VASTART needs to be custom lowered to use the VarArgsFrameIndex 504 setOperationAction(ISD::VASTART , MVT::Other, Custom); 20100 case ISD::VASTART: return LowerVASTART(Op, DAG); [all...] |
Completed in 272 milliseconds