Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h58 static constexpr bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function
64 constexpr bool isPhysical() const { return isPhysicalRegister(Reg); } in isPhysical()
70 assert(Val == NoRegister || isPhysicalRegister(Val)); in from()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h55 static constexpr bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() function
56 return MCRegister::isPhysicalRegister(Reg); in isPhysicalRegister()
78 constexpr bool isPhysical() const { return isPhysicalRegister(Reg); } in isPhysical()
H A DRDFRegisters.h114 return Register::isPhysicalRegister(Id); in isRegId()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp158 if (Register::isPhysicalRegister(Rd) || Register::isPhysicalRegister(Ra)) { in addIntraChainConstraint()
160 << Register::isPhysicalRegister(Rd) << '\n'); in addIntraChainConstraint()
162 << Register::isPhysicalRegister(Ra) << '\n'); in addIntraChainConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp47 assert(Register::isPhysicalRegister(DstR.Reg)); in interpretAsCopy()
48 assert(Register::isPhysicalRegister(SrcR.Reg)); in interpretAsCopy()
H A DHexagonNewValueJump.cpp285 if (!Register::isPhysicalRegister(cmpOp2)) { in canCompareBeNewValueJump()
511 afterRA = Register::isPhysicalRegister(predReg); in runOnMachineFunction()
H A DHexagonCopyToCombine.cpp220 assert(Register::isPhysicalRegister(Reg)); in isEvenReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp86 assert(Register::isPhysicalRegister(reg) && in getMaximalPhysRegClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp535 if (Reg != SP && Register::isPhysicalRegister(Reg) && in calculateDbgEntityHistory()
H A DDwarfCompileUnit.cpp567 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) { in updateSubprogramScopeDIE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp727 assert(Register::isPhysicalRegister(Reg) && "expected physreg"); in usePhysReg()
1322 assert(Register::isPhysicalRegister(PhysReg) && "mapped to physreg"); in dumpState()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp805 } else if (Register::isPhysicalRegister(RegID)) { in modifyMixedWidthFP()
H A DARMBaseInstrInfo.cpp938 if (Register::isPhysicalRegister(Reg)) in AddDReg()