Home
last modified time | relevance | path

Searched refs:substituteCmpToZero (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h419 bool substituteCmpToZero(MachineInstr &CmpInstr, unsigned SrcReg,
H A DAArch64InstrInfo.cpp1553 if (CmpValue == 0 && substituteCmpToZero(CmpInstr, SrcReg, *MRI)) in optimizeCompareInstr()
1793 bool AArch64InstrInfo::substituteCmpToZero( in substituteCmpToZero() function in AArch64InstrInfo