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

  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 96 bool operator<(const RegWeight &A, const RegWeight &B) {
99 bool operator<=(const RegWeight &A, const RegWeight &B) { return !(B < A); }
100 bool operator==(const RegWeight &A, const RegWeight &B) {
217 RegWeight Variable::getWeight(const Cfg *Func) const {
219 return RegWeight(RegWeight::Inf);
221 return RegWeight(RegWeight::Zero)
    [all...]
IceOperand.h 591 /// RegWeight is a wrapper for a uint32_t weight value, with a special value
594 class RegWeight {
597 RegWeight() = default;
598 explicit RegWeight(BaseType Weight) : Weight(Weight) {}
599 RegWeight(const RegWeight &) = default;
600 RegWeight &operator=(const RegWeight &) = default;
611 void addWeight(const RegWeight &Other) { addWeight(Other.Weight); }
618 Ostream &operator<<(Ostream &Str, const RegWeight &W)
    [all...]
IceRegAlloc.h 71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights;
IceRegAlloc.cpp 88 const llvm::SmallVector<RegWeight, LinearScan::REGS_SIZE> &Weights) {
606 Iter.Weights[RegAlias].setWeight(RegWeight::Inf);
672 RegWeight W = Item->getWeight(Func);
683 RegWeight W = Item->getWeight(Func);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 24 RCW.RegWeight = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 25 RCW.RegWeight = 0;
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 180 TRI->getRegClassWeight(RC).RegWeight * NReserved;
MachineLICM.cpp 815 RCCost = W.RegWeight;
820 RCCost = W.RegWeight;
822 RCCost = -W.RegWeight;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterClassInfo.cpp 191 TRI->getRegClassWeight(RC).RegWeight * NReserved;
MachineLICM.cpp 865 RCCost = W.RegWeight;
870 RCCost = W.RegWeight;
872 RCCost = -W.RegWeight;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 808 if (SrcRCWeight.RegWeight > NewRCWeight.RegWeight)
810 if (DstRCWeight.RegWeight > NewRCWeight.RegWeight)
823 << NewRCWeight.RegWeight << "\n");
834 It->second += NewRCWeight.RegWeight;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 829 if (SrcRCWeight.RegWeight > NewRCWeight.RegWeight)
831 if (DstRCWeight.RegWeight > NewRCWeight.RegWeight)
844 << NewRCWeight.RegWeight << "\n");
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 246 unsigned RegWeight;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
MachineRegisterInfo.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 971 milliseconds