Home
last modified time | relevance | path

Searched refs:isPhysicalRegister (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegister.h65 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 DMCRegister.h58 static bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function
68 assert(Val == NoRegister || isPhysicalRegister(Val)); in from()
H A DMCRegisterInfo.h688 assert(MCRegister::isPhysicalRegister(Reg.id())); in MCRegUnitIterator()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp165 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 DRDFRegisters.cpp109 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 DTargetRegisterInfo.cpp213 assert(Register::isPhysicalRegister(reg) && in getMinimalPhysRegClass()
231 assert(Register::isPhysicalRegister(reg) && in getMinimalPhysRegClassLLT()
472 assert(Register::isPhysicalRegister(PhysReg) && in isCalleeSavedPhysReg()
H A DVirtRegMap.cpp86 assert(virtReg.isVirtual() && Register::isPhysicalRegister(physReg)); in assignVirt2Phys()
120 if (Register::isPhysicalRegister(Hint.second)) in hasKnownPreference()
H A DLiveRangeCalc.cpp220 if (Register::isPhysicalRegister(PhysReg) && !MBB->isLiveIn(PhysReg)) { in findReachingDefs()
H A DMachineRegisterInfo.cpp518 assert(Register::isPhysicalRegister(PhysReg)); in isConstantPhysReg()
H A DRegAllocFast.cpp577 assert(Register::isPhysicalRegister(Reg) && "expected physreg"); in usePhysReg()
1091 assert(Register::isPhysicalRegister(PhysReg) && in dumpState()
H A DLiveDebugVariables.cpp1532 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
1842 Register::isPhysicalRegister(VRM->getPhys(Reg))) { in emitDebugValues()
H A DLiveVariables.cpp562 assert(Register::isPhysicalRegister(LI.PhysReg) && in runOnBlock()
H A DMachineOperand.cpp89 assert(Register::isPhysicalRegister(Reg)); in substPhysReg()
H A DMachineBasicBlock.cpp630 assert(Register::isPhysicalRegister(PhysReg) && "Expected physreg"); in addLiveIn()
H A DRDFGraph.cpp969 Register::isPhysicalRegister(Reg)); in makeRegRef()
H A DMachineVerifier.cpp793 if (!Register::isPhysicalRegister(LI.PhysReg)) { in visitMachineBasicBlockBefore()
H A DMachineScheduler.cpp3481 !Register::isPhysicalRegister(Dep.getReg())) in reschedulePhysReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp48 assert(Register::isPhysicalRegister(DstR.Reg)); in interpretAsCopy()
49 assert(Register::isPhysicalRegister(SrcR.Reg)); in interpretAsCopy()
H A DHexagonNewValueJump.cpp293 if (!Register::isPhysicalRegister(cmpOp2)) { in canCompareBeNewValueJump()
519 afterRA = Register::isPhysicalRegister(predReg); in runOnMachineFunction()
H A DHexagonCopyToCombine.cpp227 assert(Register::isPhysicalRegister(Reg)); in isEvenReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp86 assert(Register::isPhysicalRegister(reg) && in getMaximalPhysRegClass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp519 if (Reg != SP && Register::isPhysicalRegister(Reg) && in calculateDbgEntityHistory()
H A DDwarfCompileUnit.cpp474 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) { in updateSubprogramScopeDIEImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp510 if (Register::isPhysicalRegister(Reg)) in DelayForLiveRegsBottomUp()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp540 assert(Register::isPhysicalRegister(PhysReg)); in isCallerPreservedPhysReg()

12