Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
DMachineCopyPropagation.cpp509 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg)) in forwardUses()
DMachineCSE.cpp270 (MRI.reservedRegsFrozen() && MRI.isConstantPhysReg(Reg)); in isCallerPreservedOrConstPhysReg()
DMachineSink.cpp674 if (!MRI->isConstantPhysReg(Reg)) in FindSuccToSinkTo()
DMachineLICM.cpp1059 if (!MRI->isConstantPhysReg(Reg) && in IsLoopInvariantInst()
DScheduleDAGInstrs.cpp294 if (MRI.isConstantPhysReg(Reg)) in addPhysRegDeps()
DTargetInstrInfo.cpp938 if (!MRI.isConstantPhysReg(Reg)) in isReallyTriviallyReMaterializableGeneric()
DRegisterCoalescer.cpp2030 if (!MRI->isConstantPhysReg(DstReg)) { in joinReservedPhysReg()
2092 if (!MRI->isConstantPhysReg(DstReg)) { in joinReservedPhysReg()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
DMachineRegisterInfo.h613 bool isConstantPhysReg(unsigned PhysReg) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp348 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()