Searched refs:PRED_LE (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.cpp | 24 case PPC::PRED_GT: return PPC::PRED_LE; in InvertPredicate() 25 case PPC::PRED_LE: return PPC::PRED_GT; in InvertPredicate() 57 case PPC::PRED_GE: return PPC::PRED_LE; in getSwappedPredicate() 59 case PPC::PRED_LE: return PPC::PRED_GE; in getSwappedPredicate()
|
| H A D | PPCPredicates.h | 28 PRED_LE = (1 << 5) | 4, enumerator
|
| H A D | PPCInstPrinter.cpp | 233 case PPC::PRED_LE: in printPredicateOperand() 276 case PPC::PRED_LE: in printPredicateOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 1140 return PPC::getPredicate(PPC::PRED_LE, PredHint); in getPredicateToDecImm() 1158 if (PredCond == PPC::PRED_LE) in getPredicateToIncImm()
|
| H A D | PPCInstrInfo.cpp | 1623 case PPC::PRED_LE: in insertSelect() 2309 if (P1 == PPC::PRED_LE && in SubsumesPredicate() 2528 else if (Immed == -1 && PredCond == PPC::PRED_LE) in optimizeCompareInstr() 2533 Pred = PPC::getPredicate(PPC::PRED_LE, PredHint); in optimizeCompareInstr()
|
| H A D | PPCISelDAGToDAG.cpp | 4129 return UseSPE ? PPC::PRED_LE : PPC::PRED_NE; in getPredicateForSetCC() 4135 return PPC::PRED_LE; in getPredicateForSetCC() 4141 return UseSPE ? PPC::PRED_LE : PPC::PRED_GE; in getPredicateForSetCC() 4699 PCC = IsCCNE ? PPC::PRED_GT : PPC::PRED_LE; in tryFoldSWTestBRCC() 5752 case PPC::PRED_LE: Opc = PPC::CRORC; Swap = true; break; in Select()
|
| H A D | PPCFastISel.cpp | 253 return PPC::PRED_LE; in getComparePred()
|
| H A D | PPCISelLowering.cpp | 12441 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12443 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12445 BB = EmitAtomicBinary(MI, BB, 4, 0, PPC::CMPW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12447 BB = EmitAtomicBinary(MI, BB, 8, 0, PPC::CMPD, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12459 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPLW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12461 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPLW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12463 BB = EmitAtomicBinary(MI, BB, 4, 0, PPC::CMPLW, PPC::PRED_LE); in EmitInstrWithCustomInserter() 12465 BB = EmitAtomicBinary(MI, BB, 8, 0, PPC::CMPLD, PPC::PRED_LE); in EmitInstrWithCustomInserter()
|