Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h360 bool substituteCmpToZero(MachineInstr &CmpInstr, unsigned SrcReg,
H A DAArch64InstrInfo.cpp1498 if (CmpValue == 0 && substituteCmpToZero(CmpInstr, SrcReg, *MRI)) in optimizeCompareInstr()
1721 bool AArch64InstrInfo::substituteCmpToZero( in substituteCmpToZero() function in AArch64InstrInfo