Searched refs:adjustCCMasksForInstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 87 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()
|