Searched refs:getConstValDefinedInReg (Results 1 – 7 of 7) 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 | 2296 bool SystemZInstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in SystemZInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 419 if (!TII->getConstValDefinedInReg(*ModifyingMI, RegUsedInAddr, ImmVal)) in isSuitableMemoryOp()
|
| H A D | PeepholeOptimizer.cpp | 1404 if (!MI.isMoveImmediate() && !TII->getConstValDefinedInReg(MI, Reg, ImmVal)) in isMoveImmediate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 390 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
|
| H A D | X86InstrInfo.cpp | 4544 bool X86InstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in X86InstrInfo 5862 if (!getConstValDefinedInReg(DefMI, Reg, ImmVal)) in foldImmediate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1114 virtual bool getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function
|