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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 92 /// getCopyCost - Return the cost of copying a value between two registers in
95 int getCopyCost() const { return MC->getCopyCost(); }
  /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/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 152 if (MatchReg && SrcRC->getCopyCost() < 0) {
    [all...]
ScheduleDAGSDNodes.cpp 129 Cost = RC->getCopyCost();

Completed in 1315 milliseconds