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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 60 const TargetRegisterClass* BestRC = 0;
64 (!BestRC || BestRC->hasSubClass(RC)))
65 BestRC = RC;
68 assert(BestRC && "Couldn't find the register class");
69 return BestRC;
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 133 const TargetRegisterClass* BestRC = nullptr;
137 (!BestRC || BestRC->hasSubClass(RC)))
138 BestRC = RC;
141 assert(BestRC && "Couldn't find the register class");
142 return BestRC;
243 const TargetRegisterClass *BestRC = nullptr;
270 // Is RC a better candidate than BestRC?
271 if (BestRC && RC->getSize() >= BestRC->getSize()
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 734 const TargetRegisterClass *BestRC = RC;
742 BestRC = RRC;
744 return std::make_pair(BestRC, 1);
    [all...]

Completed in 502 milliseconds