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

  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 117 const TargetRegisterClass* BestRC = nullptr;
121 (!BestRC || BestRC->hasSubClass(RC)))
122 BestRC = RC;
125 assert(BestRC && "Couldn't find the register class");
126 return BestRC;
219 const TargetRegisterClass *BestRC = nullptr;
246 // Is RC a better candidate than BestRC?
247 if (BestRC && RC->getSize() >= BestRC->getSize()
    [all...]
TargetLoweringBase.cpp     [all...]

Completed in 137 milliseconds