Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp90 bool adjustCCMasksForInstr(MachineInstr &MI, MachineInstr &Compare,
283 if (!Opcode || !adjustCCMasksForInstr(MI, Compare, CCUsers, Opcode)) in convertToLoadAndTest()
320 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical()
353 bool SystemZElimCompare::adjustCCMasksForInstr( in adjustCCMasksForInstr() function in SystemZElimCompare
534 (adjustCCMasksForInstr(MI, Compare, CCUsers) || in optimizeCompareZero()