Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp455 unsigned PredDefs = 0; in countPredicateDefs() local
464 PredDefs++; in countPredicateDefs()
467 return PredDefs; in countPredicateDefs()
522 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local
525 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
530 PredDefs += countPredicateDefs(SB); in isProfitable()
535 PredDefs += countPredicateDefs(SB); in isProfitable()
543 DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs << "\n"); in isProfitable()
544 if (PredDefs > 4) in isProfitable()
DHexagonExpandCondsets.cpp452 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local
461 PredDefs.push_back(Seg.start); in updateDeadsInRange()
463 for (auto &SI : PredDefs) { in updateDeadsInRange()
472 for (auto &SI : PredDefs) { in updateDeadsInRange()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp695 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
696 if (TII->DefinesPredicate(I, PredDefs)) in ScanInstructions()
/external/llvm/lib/CodeGen/
DIfConversion.cpp748 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
749 if (TII->DefinesPredicate(MI, PredDefs)) in ScanInstructions()