/external/llvm-project/llvm/lib/Target/VE/ |
D | VERegisterInfo.h | 33 bool isConstantPhysReg(MCRegister PhysReg) const override;
|
D | VERegisterInfo.cpp | 96 bool VERegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in VERegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VERegisterInfo.h | 33 bool isConstantPhysReg(unsigned PhysReg) const override;
|
D | VERegisterInfo.cpp | 70 bool VERegisterInfo::isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function in VERegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 36 bool isConstantPhysReg(unsigned PhysReg) const override;
|
D | RISCVRegisterInfo.cpp | 98 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 36 bool isConstantPhysReg(MCRegister PhysReg) const override;
|
D | RISCVRegisterInfo.cpp | 111 bool RISCVRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 87 bool isConstantPhysReg(unsigned PhysReg) const override;
|
D | AArch64RegisterInfo.cpp | 247 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in AArch64RegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 519 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo 523 if (TRI->isConstantPhysReg(PhysReg)) in isConstantPhysReg() 538 return isConstantPhysReg(PhysReg) || in isCallerPreservedOrConstPhysReg()
|
D | LiveRangeShrink.cpp | 180 if (!Reg || MRI.isConstantPhysReg(Reg)) in runOnMachineFunction()
|
D | LiveRangeEdit.cpp | 118 if (MRI.isConstantPhysReg(MO.getReg())) in allUsesAvailableAt()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 519 bool MachineRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo 523 if (TRI->isConstantPhysReg(PhysReg)) in isConstantPhysReg() 538 return isConstantPhysReg(PhysReg) || in isCallerPreservedOrConstPhysReg()
|
D | LiveRangeShrink.cpp | 180 if (!Reg || MRI.isConstantPhysReg(Reg)) in runOnMachineFunction()
|
D | LiveRangeEdit.cpp | 118 if (MRI.isConstantPhysReg(MO.getReg())) in allUsesAvailableAt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveRegUnits.h | 63 if (!TRI->isConstantPhysReg(Reg)) in accumulateUsedDefed()
|
D | TargetRegisterInfo.h | 487 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveRegUnits.h | 63 if (!TRI->isConstantPhysReg(Reg)) in accumulateUsedDefed()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 96 bool isConstantPhysReg(MCRegister PhysReg) const override;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 232 bool isConstantPhysReg(MCRegister PhysReg) const override;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 353 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 97 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent())) in allUsesAvailableAt()
|
D | MachineRegisterInfo.cpp | 447 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() function in MachineRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 348 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()
|