Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
DHexagonExpandCondsets.cpp415 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local
422 PredDefs.push_back(Seg.start); in updateDeadsInRange()
429 for (auto &SI : PredDefs) { in updateDeadsInRange()
439 for (auto &SI : PredDefs) { in updateDeadsInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp758 std::vector<MachineOperand> PredDefs; in CountDuplicatedInstructions() local
759 if (TII->DefinesPredicate(*TIB, PredDefs)) in CountDuplicatedInstructions()
1148 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
1149 if (TII->DefinesPredicate(MI, PredDefs)) in ScanInstructions()