HomeSort by relevance Sort by last modified time
    Searched refs:VACOPY (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 578 /// VACOPY - VACOPY has 5 operands: an input chain, a destination pointer,
581 VACOPY,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 270 case ISD::VACOPY: return "vacopy";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 168 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 290 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
293 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 201 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 347 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 320 // VACOPY is custom lowered with the 32-bit SVR4 ABI.
321 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
323 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 641 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
645 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 701 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]

Completed in 257 milliseconds