Home
last modified time | relevance | path

Searched refs:isConstantPhysReg (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/llvm/lib/Target/VE/
DVERegisterInfo.h33 bool isConstantPhysReg(MCRegister PhysReg) const override;
DVERegisterInfo.cpp96 bool VERegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in VERegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVERegisterInfo.h33 bool isConstantPhysReg(unsigned PhysReg) const override;
DVERegisterInfo.cpp70 bool VERegisterInfo::isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function in VERegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.h36 bool isConstantPhysReg(unsigned PhysReg) const override;
DRISCVRegisterInfo.cpp98 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.h36 bool isConstantPhysReg(MCRegister PhysReg) const override;
DRISCVRegisterInfo.cpp111 bool RISCVRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h87 bool isConstantPhysReg(unsigned PhysReg) const override;
DAArch64RegisterInfo.cpp247 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in AArch64RegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo
523 if (TRI->isConstantPhysReg(PhysReg)) in isConstantPhysReg()
538 return isConstantPhysReg(PhysReg) || in isCallerPreservedOrConstPhysReg()
DLiveRangeShrink.cpp180 if (!Reg || MRI.isConstantPhysReg(Reg)) in runOnMachineFunction()
DLiveRangeEdit.cpp118 if (MRI.isConstantPhysReg(MO.getReg())) in allUsesAvailableAt()
/external/llvm-project/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo
523 if (TRI->isConstantPhysReg(PhysReg)) in isConstantPhysReg()
538 return isConstantPhysReg(PhysReg) || in isCallerPreservedOrConstPhysReg()
DLiveRangeShrink.cpp180 if (!Reg || MRI.isConstantPhysReg(Reg)) in runOnMachineFunction()
DLiveRangeEdit.cpp118 if (MRI.isConstantPhysReg(MO.getReg())) in allUsesAvailableAt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRegUnits.h63 if (!TRI->isConstantPhysReg(Reg)) in accumulateUsedDefed()
DTargetRegisterInfo.h487 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveRegUnits.h63 if (!TRI->isConstantPhysReg(Reg)) in accumulateUsedDefed()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h96 bool isConstantPhysReg(MCRegister PhysReg) const override;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h232 bool isConstantPhysReg(MCRegister PhysReg) const override;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp353 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp97 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent())) in allUsesAvailableAt()
DMachineRegisterInfo.cpp447 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp348 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()

12