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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 97 /// getCopyCost - Return the cost of copying a value between two registers in
100 int getCopyCost() const { return CopyCost; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 98 /// getCopyCost - Return the cost of copying a value between two registers in
101 int getCopyCost() const { return MC->getCopyCost(); }
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 116 int getCopyCost() const { return MC->getCopyCost(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 102 int getCopyCost() const { return MC->getCopyCost(); }
    [all...]
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 88 /// getCopyCost - Return the cost of copying a value between two registers in
91 int getCopyCost() const { return CopyCost; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCRegisterInfo.h 88 /// getCopyCost - Return the cost of copying a value between two registers in
91 int getCopyCost() const { return CopyCost; }
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 135 Cost = RC->getCopyCost();
    [all...]
InstrEmitter.cpp 172 if (MatchReg && SrcRC->getCopyCost() < 0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 152 if (MatchReg && SrcRC->getCopyCost() < 0) {
    [all...]
ScheduleDAGSDNodes.cpp 121 Cost = RC->getCopyCost();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 136 Cost = RC->getCopyCost();
    [all...]
InstrEmitter.cpp 173 if (MatchReg && SrcRC->getCopyCost() < 0) {
    [all...]

Completed in 551 milliseconds