Home | History | Annotate | Download | only in Target

Lines Matching defs:isVirtualRegister

293   /// Note that isVirtualRegister() and isPhysicalRegister() cannot handle stack
322 static bool isVirtualRegister(unsigned Reg) {
330 assert(isVirtualRegister(Reg) && "Not a virtual register");
414 if (isVirtualRegister(regA) || isVirtualRegister(regB))