Home
last modified time | relevance | path

Searched refs:preservesZeroValueInReg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h331 bool preservesZeroValueInReg(const MachineInstr *MI,
DX86InstrInfo.cpp3759 bool X86InstrInfo::preservesZeroValueInReg( in preservesZeroValueInReg() function in X86InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp697 if (!TII->preservesZeroValueInReg(&MI, PointerReg, TRI)) in analyzeBlockForNullChecks()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1375 virtual bool preservesZeroValueInReg(const MachineInstr *MI, in preservesZeroValueInReg() function