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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 539 // VACOPY - VACOPY has five operands: an input chain, a destination pointer,
542 VACOPY,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 259 case ISD::VACOPY: return "vacopy";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 156 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 792 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 142 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 381 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 230 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 549 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
552 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 250 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 658 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
    [all...]

Completed in 63 milliseconds