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 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/SelectionDAG/
TargetLowering.cpp 734 const TargetRegisterClass *BestRC = RC;
742 BestRC = RRC;
744 return std::make_pair(BestRC, 1);
    [all...]

Completed in 92 milliseconds