Searched refs:getConstValDefinedInReg (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 387 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
|
| H A D | SystemZInstrInfo.cpp | 2340 bool SystemZInstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in SystemZInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 418 if (!TII->getConstValDefinedInReg(*ModifyingMI, RegUsedInAddr, ImmVal)) in isSuitableMemoryOp()
|
| H A D | PeepholeOptimizer.cpp | 1392 if (!MI.isMoveImmediate() && !TII->getConstValDefinedInReg(MI, Reg, ImmVal)) in isMoveImmediate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 438 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
|
| H A D | X86InstrInfo.cpp | 4609 bool X86InstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in X86InstrInfo 5919 if (!getConstValDefinedInReg(DefMI, Reg, ImmVal)) in foldImmediate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1143 virtual bool getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 283 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
|
| H A D | SIInstrInfo.cpp | 1339 bool SIInstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in SIInstrInfo 3563 if (!getConstValDefinedInReg(DefMI, Reg, Imm)) in foldImmediate()
|