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

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 58 const TargetRegisterClass* BestRC = 0;
62 (!BestRC || BestRC->hasSubClass(RC)))
63 BestRC = RC;
66 assert(BestRC && "Couldn't find the register class");
67 return BestRC;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 733 const TargetRegisterClass *BestRC = RC;
741 BestRC = RRC;
743 return std::make_pair(BestRC, 1);
    [all...]

Completed in 1278 milliseconds