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

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

Completed in 40 milliseconds