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.cpp87 bool adjustCCMasksForInstr(MachineInstr &MI, MachineInstr &Compare,
286 if (!Opcode || !adjustCCMasksForInstr(MI, Compare, CCUsers, Opcode)) in convertToLoadAndTest()
326 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical()
359 bool SystemZElimCompare::adjustCCMasksForInstr( in adjustCCMasksForInstr() function in SystemZElimCompare
540 (adjustCCMasksForInstr(MI, Compare, CCUsers) || in optimizeCompareZero()