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 316 /// recomputeRegClass - Try to find a legal super-class of Reg's register
324 bool recomputeRegClass(unsigned Reg, const TargetMachine&);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 382 if (MRI.recomputeRegClass(LI.reg, MF.getTarget()))
MachineRegisterInfo.cpp 61 MachineRegisterInfo::recomputeRegClass(unsigned Reg, const TargetMachine &TM) {
RegisterCoalescer.cpp     [all...]

Completed in 80 milliseconds