Home
last modified time | relevance | path

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

1234

/external/rust/crates/rand/src/distributions/
Dweighted.rs35 pub trait Weight {} interface
39 impl Weight for $T {} impl
/external/llvm-project/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()
270 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor()
282 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor()
290 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor()
315 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
/external/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()
/external/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() function
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h360 struct Weight { struct
366 Weight() = default; argument
367 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() function
/external/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
/external/llvm-project/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
/external/llvm-project/llvm/lib/CodeGen/
DCalcSpillWeights.cpp129 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local
192 const float Weight; in weightCalcHelper() member
224 float Weight = 1.0f; in weightCalcHelper() local
/external/llvm/lib/ProfileData/
DInstrProf.cpp338 uint64_t Weight) { in merge()
360 uint64_t Weight) { in scale()
373 uint64_t Weight) { in mergeValueProfData()
388 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight) { in merge()
408 void InstrProfRecord::scaleValueProfData(uint32_t ValueKind, uint64_t Weight) { in scaleValueProfData()
416 void InstrProfRecord::scale(uint64_t Weight) { in scale()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h439 unsigned Weight; member
466 unsigned Weight; // Cache the sum of all unit weights. member
629 unsigned newRegUnit(unsigned Weight) { in newRegUnit()
667 unsigned Weight = 0; in getRegUnitSetWeight() local
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.h488 unsigned Weight; member
518 unsigned Weight = 0; // Cache the sum of all unit weights. member
695 unsigned newRegUnit(unsigned Weight) { in newRegUnit()
740 unsigned Weight = 0; in getRegUnitSetWeight() local
/external/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()
/external/skia/include/core/
DSkFontStyle.h16 enum Weight { enum
/external/skqp/include/core/
DSkFontStyle.h15 enum Weight { enum
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h104 uint64_t Weight = 2; in buildEdges() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/external/harfbuzz_ng/src/
Dhb-aat-fdsc-table.hh80 Weight = HB_TAG ('w','g','h','t'), enumerator
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp53 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef
92 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
270 uint64_t Weight) { in addToDist()
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp79 using Weight = BlockFrequencyInfoImplBase::Weight; typedef
118 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
300 uint64_t Weight) { in addToDist()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DCFGMST.h129 uint64_t Weight = 2; in buildEdges() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h124 uint64_t Weight = 2; in buildEdges() local

1234