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

  /external/swiftshader/third_party/subzero/src/
IceOperand.h 592 /// that represents infinite weight, and an addWeight() method that ensures that
604 void addWeight(BaseType Delta) {
611 void addWeight(const RegWeight &Other) { addWeight(Other.Weight); }
    [all...]
IceRegAlloc.cpp 674 Iter.Weights[RegAlias].addWeight(W);
685 Iter.Weights[RegAlias].addWeight(W);
    [all...]
IceOperand.cpp 239 UseWeight.addWeight(ThisUseWeight);

Completed in 138 milliseconds