/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 538 /// VACOPY - VACOPY has 5 operands: an input chain, a destination pointer, 541 VACOPY, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 257 case ISD::VACOPY: return "vacopy";
|
LegalizeDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 171 setOperationAction(ISD::VACOPY, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 124 setOperationAction(ISD::VACOPY, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 239 // VASTART and VACOPY need to deal with the SystemZ-specific varargs 242 setOperationAction(ISD::VACOPY, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 142 setOperationAction(ISD::VACOPY, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 284 // VACOPY is custom lowered with the 32-bit SVR4 ABI. 285 setOperationAction(ISD::VACOPY , MVT::Other, Custom); 287 setOperationAction(ISD::VACOPY , MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 352 setOperationAction(ISD::VACOPY, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 624 setOperationAction(ISD::VACOPY , MVT::Other, Custom); 628 setOperationAction(ISD::VACOPY , MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |