HomeSort by: relevance | last modified time | path
    Searched refs:isConstantPhysReg (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VERegisterInfo.h 33 bool isConstantPhysReg(MCRegister PhysReg) const override;
VERegisterInfo.cpp 97 bool VERegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVRegisterInfo.h 36 bool isConstantPhysReg(MCRegister PhysReg) const override;
RISCVRegisterInfo.cpp 118 bool RISCVRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRegUnits.h 63 if (!TRI->isConstantPhysReg(Reg))
TargetRegisterInfo.h 545 /// function. Used by MachineRegisterInfo::isConstantPhysReg().
546 virtual bool isConstantPhysReg(MCRegister PhysReg) const { return false; }
MachineRegisterInfo.h 620 bool isConstantPhysReg(MCRegister PhysReg) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLoopInfo.cpp 174 if (!MRI->isConstantPhysReg(Reg) &&
LiveRangeShrink.cpp 181 if (!Reg || MRI.isConstantPhysReg(Reg))
MachineRegisterInfo.cpp 513 bool MachineRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
517 if (TRI->isConstantPhysReg(PhysReg))
LiveRangeEdit.cpp 118 if (MRI.isConstantPhysReg(MO.getReg()))
MachineCSE.cpp 261 // MachineRegisterInfo::isConstantPhysReg directly called by
270 (MRI.reservedRegsFrozen() && MRI.isConstantPhysReg(Reg));
MachineCopyPropagation.cpp 526 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg))
MachineSink.cpp 909 if (!MRI->isConstantPhysReg(Reg))
ScheduleDAGInstrs.cpp 296 if (MRI.isConstantPhysReg(Reg))
TargetInstrInfo.cpp 973 if (!MRI.isConstantPhysReg(Reg))
RegisterCoalescer.cpp 2133 if (!MRI->isConstantPhysReg(DstReg)) {
2195 if (!MRI->isConstantPhysReg(DstReg)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 96 bool isConstantPhysReg(MCRegister PhysReg) const override;
AArch64RegisterInfo.cpp 365 bool AArch64RegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 235 bool isConstantPhysReg(MCRegister PhysReg) const override;
SIRegisterInfo.cpp 2465 bool SIRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 353 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) {

Completed in 73 milliseconds