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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 314 Cost = TLI->getRepRegClassCostFor(VT);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 247 /// getRepRegClassCostFor - Return the cost of the 'representative' register
249 virtual uint8_t getRepRegClassCostFor(MVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 789 RCCost = TLI->getRepRegClassCostFor(VT);
    [all...]

Completed in 187 milliseconds