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 254 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg,
264 // TRI::getRegAllocationHints to interpret those hint types.
265 assert(Hint.first == 0 && "Target must implement TRI::getRegAllocationHints");
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 176 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg,
193 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM);

Completed in 56 milliseconds