HomeSort by: relevance | last modified time | path
    Searched defs:Costs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Graph.h 68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {}
94 VectorPtr Costs;
103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs)
104 : Costs(std::move(Costs)) {
152 MatrixPtr Costs;
371 /// Add a node with the given costs.
372 /// @param Costs Cost vector for the new node
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 168 /// registers used by the register renamer. Register costs are defined at
192 std::vector<CodeGenRegisterCost> Costs;
201 bool hasDefaultCosts() const { return Costs.empty(); }
RegisterInfoEmitter.cpp 1454 auto Costs = Reg.CostPerUse;
1455 AllRegCostPerUse.insert(AllRegCostPerUse.end(), Costs.begin(), Costs.end());
1456 if (NumRegCosts > Costs.size())
1458 NumRegCosts - Costs.size(), 0);
1465 // i.e. the costs for all registers corresponds to index 0, 1, 2, etc.

Completed in 18 milliseconds