HomeSort by relevance Sort by last modified time
    Searched refs:CopyFromReg (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 88 case ISD::CopyFromReg: NumberDeps++; break;
125 case ISD::CopyFromReg: break;
456 case ISD::CopyFromReg:
562 case ISD::CopyFromReg:
StatepointLowering.cpp 307 // get_return_value can either be a sequence of CopyFromReg instructions
316 while (CallEnd->getOpcode() == ISD::CopyFromReg)
    [all...]
ScheduleDAGRRList.cpp 288 // Special handling for CopyFromReg of untyped values.
289 if (!Node->isMachineOpcode() && Node->getOpcode() == ISD::CopyFromReg) {
626 // FIXME: Nodes such as CopyFromReg probably should not advance the current
682 case ISD::CopyFromReg:
    [all...]
InstrEmitter.cpp 84 /// EmitCopyFromReg - Generate machine code for an CopyFromReg node or an
348 // with CopyFromReg nodes, so don't emit kill flags for them.
354 Op.getNode()->getOpcode() != ISD::CopyFromReg &&
    [all...]
ScheduleDAGSDNodes.cpp 122 if (Def->getOpcode() == ISD::CopyFromReg &&
530 if (Node->getOpcode() == ISD::CopyFromReg)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 162 // CopyFromReg - This node indicates that the input value is a virtual or
165 CopyFromReg,
    [all...]
SelectionDAG.h 425 return getNode(ISD::CopyFromReg, dl, VTs, Ops, 2);
435 return getNode(ISD::CopyFromReg, dl, VTs, Ops, Glue.getNode() ? 3 : 2);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 167 /// CopyFromReg - This node indicates that the input value is a virtual or
170 CopyFromReg,
    [all...]
SelectionDAG.h 611 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
621 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
SelectionDAG.h 626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
636 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
SelectionDAG.h 626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
636 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
SelectionDAG.h 626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
636 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
SelectionDAG.h 626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
636 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
SelectionDAG.h 626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
636 return getNode(ISD::CopyFromReg, dl, VTs,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// CopyFromReg - This node indicates that the input value is a virtual or
175 CopyFromReg,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 64 /// EmitCopyFromReg - Generate machine code for an CopyFromReg node or an
309 // with CopyFromReg nodes, so don't emit kill flags for them.
315 Op.getNode()->getOpcode() != ISD::CopyFromReg &&
710 if (F->getOpcode() == ISD::CopyFromReg)
    [all...]
ScheduleDAGRRList.cpp 507 // FIXME: Nodes such as CopyFromReg probably should not advance the current
561 case ISD::CopyFromReg:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 512 ||Opc == ISD::CopyFromReg
533 if (Opc == ISD::CopyFromReg) {
    [all...]

Completed in 896 milliseconds

1 2