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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 620 EvictionCost BestCost(~0u);
626 BestCost.BrokenHints = 0;
627 BestCost.MaxWeight = VirtReg.weight;
644 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost))
    [all...]
RegAllocFast.cpp 515 unsigned BestReg = 0, BestCost = spillImpossible;
520 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n");
524 if (Cost < BestCost)
525 BestReg = *I, BestCost = Cost;
    [all...]
  /external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 348 const RegBankSelect::MappingCost *BestCost) {
349 assert((MBFI || !BestCost) && "Costs comparison require MBFI");
358 if (BestCost && Cost > *BestCost)
406 if (!BestCost || Saturated)
457 if (BestCost && Cost > *BestCost)
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 375 BlockFrequency &BestCost,
865 EvictionCost BestCost;
866 BestCost.setMax();
    [all...]
RegAllocFast.cpp 566 unsigned BestReg = 0, BestCost = spillImpossible;
571 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n");
577 if (Cost < BestCost)
578 BestReg = *I, BestCost = Cost;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 127 BestCost};
HexagonMachineScheduler.cpp 572 FoundCandidate = BestCost;
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 604 int BestCost = SUSchedulingCost(*Best);
608 if (SUSchedulingCost(*I) > BestCost) {
609 BestCost = SUSchedulingCost(*I);
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 548 /// \p BestCost is used to specify when the cost becomes too high
550 /// \p BestCost == nullptr, the mapping cost is actually not
556 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 572 /// \p BestCost is used to specify when the cost becomes too high
574 /// \p BestCost == nullptr, the mapping cost is actually not
580 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 588 /// \p BestCost is used to specify when the cost becomes too high
590 /// \p BestCost == nullptr, the mapping cost is actually not
596 const MappingCost *BestCost = nullptr);

Completed in 1163 milliseconds