Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp417 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local
424 PredDefs.push_back(Seg.start); in updateDeadsInRange()
431 for (auto &SI : PredDefs) { in updateDeadsInRange()
441 for (auto &SI : PredDefs) { in updateDeadsInRange()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp751 std::vector<MachineOperand> PredDefs; in CountDuplicatedInstructions() local
752 if (TII->ClobbersPredicate(*TIB, PredDefs, false)) in CountDuplicatedInstructions()
1146 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
1147 if (TII->ClobbersPredicate(MI, PredDefs, true)) in ScanInstructions()