Home
last modified time | relevance | path

Searched defs:Weight (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp91 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor()
123 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor()
140 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { in splitBlockDescriptor()
170 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { in gepDescriptor()
211 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor()
266 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor()
278 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor()
286 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor()
311 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
/third_party/boost/libs/graph/example/
Dundirected_adjacency_list.cpp43 typedef typename DirectedGraph::edge_property_type Weight; in directed_graph_demo() typedef
72 typedef typename UndirectedGraph::edge_property_type Weight; in undirected_graph_demo2() typedef
104 typedef property< edge_weight_t, double > Weight; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h356 struct Weight { struct
362 Weight() = default; argument
363 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample()
83 uint64_t Weight) { in makeSampler()
DOpDescriptor.h90 unsigned Weight; member
/third_party/boost/boost/graph/
Dprim_minimum_spanning_tree.hpp38 const bgl_named_params< P, T, R >& params, Weight) in prim_mst_impl() argument
Dhoward_cycle_ratio.hpp594 typename property_traits< EdgeWeightMap >::value_type >::type Weight; in maximum_cycle_mean() typedef
619 typename property_traits< EdgeWeightMap >::value_type >::type Weight; in minimum_cycle_mean() typedef
/third_party/skia/include/core/
DSkFontStyle.h16 enum Weight { enum
/third_party/flutter/skia/include/core/
DSkFontStyle.h15 enum Weight { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp602 uint64_t Weight, in merge()
624 void InstrProfValueSiteRecord::scale(uint64_t Weight, in scale()
637 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData()
655 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge()
677 uint32_t ValueKind, uint64_t Weight, in scaleValueProfData()
683 void InstrProfRecord::scale(uint64_t Weight, in scale()
DInstrProfWriter.cpp183 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
225 InstrProfRecord &&I, uint64_t Weight, in addRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-fdsc-table.hh80 Weight = HB_TAG ('w','g','h','t'), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h124 uint64_t Weight = 2; in buildEdges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp73 using Weight = BlockFrequencyInfoImplBase::Weight; typedef
112 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
294 uint64_t Weight) { in addToDist()
/third_party/boost/libs/graph/test/
Dmin_cost_max_flow_utils.hpp32 typedef property_map< Graph, edge_weight_t >::type Weight; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h38 unsigned Slots, Weight; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp350 int32_t Weight = 0; // preference for topological order member in Ice::__anon098eb96b0211::PhiDesc
519 int32_t Weight = 0; in advancedPhiLowering() local
543 const int32_t Weight = Item.Weight; in advancedPhiLowering() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1646 int Weight; member
1906 int Weight; in balanceSubTree() local
1971 int Weight = RootWeights[Child.getNode()]; in balanceSubTree() local
2011 int Weight = getWeight(Child.getNode()); in balanceSubTree() local
2060 int Weight = Mul1.Weight + Mul2.Weight; in balanceSubTree() local
2197 int Weight = V0Weight + V1Weight; in balanceSubTree() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp191 float Weight; in weightCalcHelper() member
DRegisterPressure.cpp58 unsigned Weight = PSetI.getWeight(); in increaseSetPressure() local
72 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure() local
162 unsigned Weight = PSetI.getWeight(); in increaseRegPressure() local
673 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegBankReassign.cpp104 unsigned Weight; member in __anon52e1776b0111::GCNRegBankReassign::Candidate
552 unsigned Weight = getOperandGatherWeight(MI, Reg1, Reg2, StallCycles); in collectCandidates() local
/third_party/flutter/skia/src/sfnt/
DSkPanose.h47 enum class Weight : SK_OT_BYTE { enum
197 enum class Weight : SK_OT_BYTE { enum
318 enum class Weight : SK_OT_BYTE { enum
452 enum class Weight : SK_OT_BYTE { enum
/third_party/skia/src/sfnt/
DSkPanose.h47 enum class Weight : SK_OT_BYTE { enum
197 enum class Weight : SK_OT_BYTE { enum
318 enum class Weight : SK_OT_BYTE { enum
452 enum class Weight : SK_OT_BYTE { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp779 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights() local
1146 uint64_t Weight = BlockWeights[EC]; in findEquivalencesFor() local
1574 uint64_t Weight = EdgeWeights[E]; in propagateWeights() local

12