/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 35 bool isConstantPhysReg(unsigned PhysReg) const override;
|
D | RISCVRegisterInfo.cpp | 60 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 72 bool isConstantPhysReg(unsigned PhysReg) const override;
|
D | AArch64RegisterInfo.cpp | 192 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in AArch64RegisterInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 514 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo 518 if (TRI->isConstantPhysReg(PhysReg)) in isConstantPhysReg() 533 return isConstantPhysReg(PhysReg) || in isCallerPreservedOrConstPhysReg()
|
D | LiveRangeShrink.cpp | 180 if (!Reg || MRI.isConstantPhysReg(Reg)) in runOnMachineFunction()
|
D | LiveRangeEdit.cpp | 119 if (MRI.isConstantPhysReg(MO.getReg())) in allUsesAvailableAt()
|
D | MachineCopyPropagation.cpp | 362 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg)) in forwardUses()
|
D | MachineSink.cpp | 647 if (!MRI->isConstantPhysReg(Reg)) in FindSuccToSinkTo()
|
D | MachineLICM.cpp | 1023 if (!MRI->isConstantPhysReg(Reg) && in IsLoopInvariantInst()
|
D | TargetInstrInfo.cpp | 939 if (!MRI.isConstantPhysReg(Reg)) in isReallyTriviallyReMaterializableGeneric()
|
D | ScheduleDAGInstrs.cpp | 278 if (MRI.isConstantPhysReg(Reg)) in addPhysRegDeps()
|
D | RegisterCoalescer.cpp | 1853 if (!MRI->isConstantPhysReg(DstReg)) { in joinReservedPhysReg() 1915 if (!MRI->isConstantPhysReg(DstReg)) { in joinReservedPhysReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveRegUnits.h | 64 if (!TRI->isConstantPhysReg(Reg)) in accumulateUsedDefed()
|
D | TargetRegisterInfo.h | 515 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function
|
D | MachineRegisterInfo.h | 609 bool isConstantPhysReg(unsigned PhysReg) const;
|
/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
|
D | MachineSink.cpp | 607 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent())) in FindSuccToSinkTo()
|
D | MachineCSE.cpp | 230 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent())) in hasLivePhysRegDefUses()
|
D | MachineLICM.cpp | 899 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent())) in IsLoopInvariantInst()
|
D | TargetInstrInfo.cpp | 878 if (!MRI.isConstantPhysReg(Reg, MF)) in isReallyTriviallyReMaterializableGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 351 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) { in identicalOperands()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 559 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
|