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

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h65 static constexpr bool isPhysicalRegister(unsigned Reg) { function in class:llvm::Register
66 return MCRegister::isPhysicalRegister(Reg);
95 constexpr bool isPhysical() const { return isPhysicalRegister(Reg); }
112 MCRegister::isPhysicalRegister(Reg));
H A DRDFRegisters.h114 return Register::isPhysicalRegister(Id);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h67 static constexpr bool isPhysicalRegister(unsigned Reg) { function in class:llvm::MCRegister
75 assert(Val == NoRegister || isPhysicalRegister(Val));
H A DMCRegisterInfo.h523 assert(MCRegister::isPhysicalRegister(Reg.id()));
592 assert(MCRegister::isPhysicalRegister(Reg.id()));
639 assert(MCRegister::isPhysicalRegister(Reg.id()));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp165 if (Register::isPhysicalRegister(Rd) || Register::isPhysicalRegister(Ra)) {
167 << Register::isPhysicalRegister(Rd) << '\n');
169 << Register::isPhysicalRegister(Ra) << '\n');
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ArgumentStackSlotRebase.cpp135 if (!Register::isPhysicalRegister(Reg))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp48 assert(Register::isPhysicalRegister(DstR.Reg));
49 assert(Register::isPhysicalRegister(SrcR.Reg));
H A DHexagonNewValueJump.cpp293 if (!Register::isPhysicalRegister(cmpOp2)) {
519 afterRA = Register::isPhysicalRegister(predReg);
H A DHexagonCopyToCombine.cpp227 assert(Register::isPhysicalRegister(Reg));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp214 assert(Register::isPhysicalRegister(reg) &&
232 assert(Register::isPhysicalRegister(reg) &&
473 assert(Register::isPhysicalRegister(PhysReg) &&
H A DLiveRangeCalc.cpp220 if (Register::isPhysicalRegister(PhysReg)) {
H A DEarlyIfConversion.cpp886 if (Register::isPhysicalRegister(Reg))
897 if (Register::isPhysicalRegister(Reg))
H A DVirtRegMap.cpp86 assert(virtReg.isVirtual() && Register::isPhysicalRegister(physReg));
H A DMachineRegisterInfo.cpp518 assert(Register::isPhysicalRegister(PhysReg));
H A DRegAllocFast.cpp684 assert(Register::isPhysicalRegister(Reg) && "expected physreg");
1228 assert(Register::isPhysicalRegister(PhysReg) && "mapped to physreg");
H A DLiveDebugVariables.cpp1533 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) {
1843 Register::isPhysicalRegister(VRM->getPhys(Reg))) {
H A DLiveVariables.cpp548 assert(Register::isPhysicalRegister(LI.PhysReg) &&
H A DMachineOperand.cpp94 assert(Register::isPhysicalRegister(Reg));
H A DMachineBasicBlock.cpp639 assert(Register::isPhysicalRegister(PhysReg) && "Expected physreg");
H A DMachineScheduler.cpp3761 !Register::isPhysicalRegister(Dep.getReg()))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp86 assert(Register::isPhysicalRegister(reg) &&
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp526 if (Reg != SP && Register::isPhysicalRegister(Reg) &&
H A DDwarfCompileUnit.cpp521 if (Register::isPhysicalRegister(FrameBase.Location.Reg)) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp505 if (Register::isPhysicalRegister(Reg))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp540 assert(Register::isPhysicalRegister(PhysReg));

Completed in 362 milliseconds

12