Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp490 unsigned PredDefs = 0; in countPredicateDefs() local
499 PredDefs++; in countPredicateDefs()
502 return PredDefs; in countPredicateDefs()
568 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local
571 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
576 PredDefs += countPredicateDefs(SB); in isProfitable()
581 PredDefs += countPredicateDefs(SB); in isProfitable()
589 LLVM_DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs in isProfitable()
591 if (PredDefs > 4) in isProfitable()
H A DHexagonExpandCondsets.cpp418 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local
425 PredDefs.push_back(Seg.start); in updateDeadsInRange()
432 for (auto &SI : PredDefs) { in updateDeadsInRange()
442 for (auto &SI : PredDefs) { in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp748 std::vector<MachineOperand> PredDefs; in CountDuplicatedInstructions() local
749 if (TII->ClobbersPredicate(*TIB, PredDefs, false)) in CountDuplicatedInstructions()
1143 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
1144 if (TII->ClobbersPredicate(MI, PredDefs, true)) in ScanInstructions()