Searched refs:isConstantPhysReg (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h36 bool isConstantPhysReg(unsigned PhysReg) const override;
H A DRISCVRegisterInfo.cpp98 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { function in class:RISCVRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.h33 bool isConstantPhysReg(unsigned PhysReg) const override;
H A DVERegisterInfo.cpp70 bool VERegisterInfo::isConstantPhysReg(unsigned PhysReg) const { return false; } function in class:VERegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h63 if (!TRI->isConstantPhysReg(Reg))
H A DTargetRegisterInfo.h486 /// function. Used by MachineRegisterInfo::isConstantPhysReg().
487 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; }
H A DMachineRegisterInfo.h613 bool isConstantPhysReg(unsigned PhysReg) const;
615 /// Returns true if either isConstantPhysReg or TRI->isCallerPreservedPhysReg
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h87 bool isConstantPhysReg(unsigned PhysReg) const override;
H A DAArch64RegisterInfo.cpp247 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { function in class:MachineRegisterInfo
523 if (TRI->isConstantPhysReg(PhysReg))
538 return isConstantPhysReg(PhysReg) ||
H A DLiveRangeShrink.cpp180 if (!Reg || MRI.isConstantPhysReg(Reg))
H A DLiveRangeEdit.cpp118 if (MRI.isConstantPhysReg(MO.getReg()))
H A DMachineCSE.cpp261 // MachineRegisterInfo::isConstantPhysReg directly called by
270 (MRI.reservedRegsFrozen() && MRI.isConstantPhysReg(Reg));
H A DMachineCopyPropagation.cpp509 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg))
H A DMachineSink.cpp670 if (!MRI->isConstantPhysReg(Reg))
H A DMachineLICM.cpp1059 if (!MRI->isConstantPhysReg(Reg) &&
H A DScheduleDAGInstrs.cpp294 if (MRI.isConstantPhysReg(Reg))
H A DTargetInstrInfo.cpp938 if (!MRI.isConstantPhysReg(Reg))
H A DRegisterCoalescer.cpp2030 if (!MRI->isConstantPhysReg(DstReg)) {
2092 if (!MRI->isConstantPhysReg(DstReg)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp348 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) {

Completed in 173 milliseconds