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 540 // VACOPY - VACOPY has five operands: an input chain, a destination pointer,
543 VACOPY,
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 150 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
725 case ISD::VACOPY: {
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 122 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 156 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 791 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 141 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 375 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 188 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 529 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
532 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 229 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 607 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]

Completed in 123 milliseconds