| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | Register.h | 65 static bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function 66 return MCRegister::isPhysicalRegister(Reg); in isPhysicalRegister() 98 return isPhysicalRegister(Reg); in isPhysical() 122 MCRegister::isPhysicalRegister(Reg)); in asMCReg()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCRegister.h | 58 static bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function 68 assert(Val == NoRegister || isPhysicalRegister(Val)); in from()
|
| H A D | MCRegisterInfo.h | 688 assert(MCRegister::isPhysicalRegister(Reg.id())); in MCRegUnitIterator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 165 if (Register::isPhysicalRegister(Rd) || Register::isPhysicalRegister(Ra)) { in addIntraChainConstraint() 167 << Register::isPhysicalRegister(Rd) << '\n'); in addIntraChainConstraint() 169 << Register::isPhysicalRegister(Ra) << '\n'); in addIntraChainConstraint()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFRegisters.cpp | 109 assert(isRegMaskId(Reg) || Register::isPhysicalRegister(Reg)); in getAliasSet() 137 assert(Register::isPhysicalRegister(RA.Reg)); in aliasRR() 138 assert(Register::isPhysicalRegister(RB.Reg)); in aliasRR() 168 assert(Register::isPhysicalRegister(RR.Reg) && isRegMaskId(RM.Reg)); in aliasRM()
|
| H A D | TargetRegisterInfo.cpp | 213 assert(Register::isPhysicalRegister(reg) && in getMinimalPhysRegClass() 231 assert(Register::isPhysicalRegister(reg) && in getMinimalPhysRegClassLLT() 472 assert(Register::isPhysicalRegister(PhysReg) && in isCalleeSavedPhysReg()
|
| H A D | VirtRegMap.cpp | 86 assert(virtReg.isVirtual() && Register::isPhysicalRegister(physReg)); in assignVirt2Phys() 120 if (Register::isPhysicalRegister(Hint.second)) in hasKnownPreference()
|
| H A D | LiveRangeCalc.cpp | 220 if (Register::isPhysicalRegister(PhysReg) && !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
|
| H A D | MachineRegisterInfo.cpp | 518 assert(Register::isPhysicalRegister(PhysReg)); in isConstantPhysReg()
|
| H A D | RegAllocFast.cpp | 577 assert(Register::isPhysicalRegister(Reg) && "expected physreg"); in usePhysReg() 1091 assert(Register::isPhysicalRegister(PhysReg) && in dumpState()
|
| H A D | LiveDebugVariables.cpp | 1532 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations() 1842 Register::isPhysicalRegister(VRM->getPhys(Reg))) { in emitDebugValues()
|
| H A D | LiveVariables.cpp | 562 assert(Register::isPhysicalRegister(LI.PhysReg) && in runOnBlock()
|
| H A D | MachineOperand.cpp | 89 assert(Register::isPhysicalRegister(Reg)); in substPhysReg()
|
| H A D | MachineBasicBlock.cpp | 630 assert(Register::isPhysicalRegister(PhysReg) && "Expected physreg"); in addLiveIn()
|
| H A D | RDFGraph.cpp | 969 Register::isPhysicalRegister(Reg)); in makeRegRef()
|
| H A D | MachineVerifier.cpp | 793 if (!Register::isPhysicalRegister(LI.PhysReg)) { in visitMachineBasicBlockBefore()
|
| H A D | MachineScheduler.cpp | 3481 !Register::isPhysicalRegister(Dep.getReg())) in reschedulePhysReg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 48 assert(Register::isPhysicalRegister(DstR.Reg)); in interpretAsCopy() 49 assert(Register::isPhysicalRegister(SrcR.Reg)); in interpretAsCopy()
|
| H A D | HexagonNewValueJump.cpp | 293 if (!Register::isPhysicalRegister(cmpOp2)) { in canCompareBeNewValueJump() 519 afterRA = Register::isPhysicalRegister(predReg); in runOnMachineFunction()
|
| H A D | HexagonCopyToCombine.cpp | 227 assert(Register::isPhysicalRegister(Reg)); in isEvenReg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.cpp | 86 assert(Register::isPhysicalRegister(reg) && in getMaximalPhysRegClass()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 519 if (Reg != SP && Register::isPhysicalRegister(Reg) && in calculateDbgEntityHistory()
|
| H A D | DwarfCompileUnit.cpp | 474 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) { in updateSubprogramScopeDIEImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 510 if (Register::isPhysicalRegister(Reg)) in DelayForLiveRegsBottomUp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 540 assert(Register::isPhysicalRegister(PhysReg)); in isCallerPreservedPhysReg()
|