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 629 /// VACOPY - VACOPY has 5 operands: an input chain, a destination pointer,
632 VACOPY,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 298 case ISD::VACOPY: return "vacopy";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 124 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 167 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 429 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
432 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 387 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 326 // VACOPY is custom lowered with the 32-bit SVR4 ABI.
327 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
329 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 191 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 508 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
512 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 78 milliseconds