Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp695 if (!TII->preservesZeroValueInReg(&MI, PointerReg, TRI)) in analyzeBlockForNullChecks()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h393 bool preservesZeroValueInReg(const MachineInstr *MI,
H A DX86InstrInfo.cpp4586 bool X86InstrInfo::preservesZeroValueInReg( in preservesZeroValueInReg() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1534 virtual bool preservesZeroValueInReg(const MachineInstr *MI, in preservesZeroValueInReg() function