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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 45 /// VRC - Register class of the current virtual register.
46 const TargetRegisterClass *VRC;
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 57 VRC = MRI->getRegClass(VR);
151 VRC, MRI, TII);
187 Loc, VRC, MRI, TII);
304 Updater->VRC, Updater->MRI,
315 Updater->VRC, Updater->MRI,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 404 const TargetRegisterClass *VRC = MRI->getRegClass(VReg);
405 const TargetRegisterClass *RC = TRI->getSubClassWithSubReg(VRC, SubIdx);
407 // RC is a sub-class of VRC that supports SubIdx. Try to constrain VReg
409 if (RC && RC != VRC)
    [all...]

Completed in 433 milliseconds