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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 238 /// recomputeRegClass - Try to find a legal super-class of Reg's register
246 bool recomputeRegClass(unsigned Reg, const TargetMachine&);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 67 MachineRegisterInfo::recomputeRegClass(unsigned Reg, const TargetMachine &TM) {
LiveRangeEdit.cpp 325 if (MRI.recomputeRegClass(LI.reg, MF.getTarget()))
RegisterCoalescer.cpp     [all...]

Completed in 44 milliseconds