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

  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 264 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg,
274 // TRI::getRegAllocationHints to interpret those hint types.
275 assert(Hint.first == 0 && "Target must implement TRI::getRegAllocationHints");
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 217 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg,
234 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM);

Completed in 52 milliseconds