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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 158 // CopyToReg - This node has three operands: a chain, a register number to
160 CopyToReg,
    [all...]
SelectionDAG.h 400 return getNode(ISD::CopyToReg, dl, MVT::Other, Chain,
411 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
419 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 81 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
82 // the CopyToReg'd destination register instead of creating a new vreg.
96 if (User->getOpcode() == ISD::CopyToReg &&
170 /// node is a CopyToReg, return its destination register. Return 0 otherwise.
177 if (User->getOpcode() == ISD::CopyToReg &&
195 // If the specific node value is only used by a CopyToReg and the dest reg
196 // is a vreg in the same register class, use the CopyToReg'd destination
212 if (User->getOpcode() == ISD::CopyToReg &&
432 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
433 // the CopyToReg'd destination register instead of creating a new vreg
    [all...]
ScheduleDAGSDNodes.cpp 106 if (Op != 2 || User->getOpcode() != ISD::CopyToReg)
371 if (SUNode->getOpcode() != ISD::CopyToReg)
592 if (Latency > 1 && Use->getOpcode() == ISD::CopyToReg &&
ScheduleDAGRRList.cpp 560 case ISD::CopyToReg:
    [all...]
SelectionDAGISel.cpp 446 // If this is a CopyToReg with a vreg dest, process it.
447 if (N->getOpcode() != ISD::CopyToReg)
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 371 // addresses by all of its uses. But watch out for CopyToReg uses, that
376 if (UI->getOpcode() == ISD::CopyToReg) {
420 // addresses by all of its uses. But watch out for CopyToReg uses, that
425 if (UI->getOpcode() == ISD::CopyToReg) {
463 // addresses by all of its uses. But watch out for CopyToReg uses, that
468 if (UI->getOpcode() == ISD::CopyToReg) {
512 // addresses by all of its uses. But watch out for CopyToReg uses, that
517 if (UI->getOpcode() == ISD::CopyToReg) {
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 351 if (Use->getOpcode() == ISD::CopyToReg)
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 477 milliseconds