HomeSort by relevance Sort by last modified time
    Searched refs:PredDefs (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 455 unsigned PredDefs = 0;
464 PredDefs++;
467 return PredDefs;
522 unsigned PredDefs = countPredicateDefs(FP.SplitB);
525 PredDefs += countPredicateDefs(FP.JoinB);
530 PredDefs += countPredicateDefs(SB);
535 PredDefs += countPredicateDefs(SB);
543 DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs << "\n");
544 if (PredDefs > 4)
    [all...]
HexagonExpandCondsets.cpp 452 SmallVector<SlotIndex,4> PredDefs;
461 PredDefs.push_back(Seg.start);
463 for (auto &SI : PredDefs) {
472 for (auto &SI : PredDefs) {
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 746 // FIXME: Make use of PredDefs? e.g. ADDC, SUBC sets predicates but are
748 std::vector<MachineOperand> PredDefs;
749 if (TII->DefinesPredicate(MI, PredDefs))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 693 // FIXME: Make use of PredDefs? e.g. ADDC, SUBC sets predicates but are
695 std::vector<MachineOperand> PredDefs;
696 if (TII->DefinesPredicate(I, PredDefs))
    [all...]

Completed in 156 milliseconds