Home
last modified time | relevance | path

Searched refs:getConstValDefinedInReg (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h387 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
H A DSystemZInstrInfo.cpp2340 bool SystemZInstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in SystemZInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp418 if (!TII->getConstValDefinedInReg(*ModifyingMI, RegUsedInAddr, ImmVal)) in isSuitableMemoryOp()
H A DPeepholeOptimizer.cpp1392 if (!MI.isMoveImmediate() && !TII->getConstValDefinedInReg(MI, Reg, ImmVal)) in isMoveImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h438 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
H A DX86InstrInfo.cpp4609 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 DTargetInstrInfo.h1143 virtual bool getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h283 bool getConstValDefinedInReg(const MachineInstr &MI, const Register Reg,
H A DSIInstrInfo.cpp1339 bool SIInstrInfo::getConstValDefinedInReg(const MachineInstr &MI, in getConstValDefinedInReg() function in SIInstrInfo
3563 if (!getConstValDefinedInReg(DefMI, Reg, Imm)) in foldImmediate()