/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 543 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain, 545 VAEND, VASTART, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 259 case ISD::VASTART: return "vastart";
|
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 168 setOperationAction(ISD::VASTART, MVT::Other, Custom); 202 case ISD::VASTART: return LowerVASTART(Op, DAG); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 144 setOperationAction(ISD::VASTART, MVT::Other, Custom); 181 case ISD::VASTART: return LowerVASTART(Op, DAG); 737 // vastart stores the address of the VarArgsFrameIndex slot into the [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 123 setOperationAction(ISD::VASTART, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 239 // VASTART and VACOPY need to deal with the SystemZ-specific varargs 241 setOperationAction(ISD::VASTART, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 255 setOperationAction(ISD::VASTART, MVT::Other, Custom); 739 case ISD::VASTART: return lowerVASTART(Op, DAG); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 260 // VASTART needs to be custom lowered to use the VarArgsFrameIndex 261 setOperationAction(ISD::VASTART , MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 618 // VASTART needs to be custom lowered to use the VarArgsFrameIndex 619 setOperationAction(ISD::VASTART , MVT::Other, Custom); [all...] |