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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 103 unsigned Cost = TRI->getCostPerUse(PhysReg);
122 unsigned Cost = TRI->getCostPerUse(PhysReg);
RegAllocGreedy.cpp 645 unsigned Cost = TRI->getCostPerUse(PhysReg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterClassInfo.cpp 115 unsigned Cost = TRI->getCostPerUse(PhysReg);
134 unsigned Cost = TRI->getCostPerUse(PhysReg);
RegAllocGreedy.cpp 789 unsigned Cost = TRI->getCostPerUse(PhysReg);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 310 /// getCostPerUse - Return the additional cost of using this register instead
312 unsigned getCostPerUse(unsigned RegNo) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 359 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 370 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 470 unsigned Cost = TRI->getCostPerUse(PhysReg);
632 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]

Completed in 100 milliseconds