/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 | 258 case ISD::VAEND: return "vaend";
|
LegalizeDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 170 setOperationAction(ISD::VAEND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 141 setOperationAction(ISD::VAEND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 125 setOperationAction(ISD::VAEND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 240 // structure, but VAEND is a no-op. 243 setOperationAction(ISD::VAEND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 353 setOperationAction(ISD::VAEND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 290 setOperationAction(ISD::VAEND , MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 620 setOperationAction(ISD::VAEND , MVT::Other, Expand); [all...] |