Home
last modified time | relevance | path

Searched defs:Weights (Results 1 – 25 of 40) sorted by relevance

12

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/
DPOSIX_LCCollate.java274 private class Weights { class in POSIX_LCCollate
279 public Weights(CollationElementIterator it) { in Weights() method in POSIX_LCCollate.Weights
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights; variable
DIceRegAlloc.cpp88 const llvm::SmallVector<RegWeight, LinearScan::REGS_SIZE> &Weights) { in findMinWeightIndex()
/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp72 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp96 void verifyMisExpect(Instruction *I, const SmallVector<uint32_t, 4> &Weights, in verifyMisExpect()
DSimplifyCFG.cpp789 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights()
970 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights()
990 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights()
1040 SmallVector<uint64_t, 8> Weights; in FoldValueComparisonIntoPredecessors() local
3594 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local
4467 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp136 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting()
157 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing()
175 static void combineWeights(WeightList &Weights) { in combineWeights()
DBranchProbabilityInfo.cpp205 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp156 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting()
177 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing()
196 static void combineWeights(WeightList &Weights) { in combineWeights()
/external/llvm/lib/IR/
DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp74 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
DJumpThreading.cpp282 SmallVector<uint32_t, 2> Weights; in updatePredecessorProfileMetadata() local
2287 SmallVector<uint32_t, 4> Weights; in UpdateBlockFreqAndEdgeWeight() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.cpp193 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
DFuzzerCorpus.h570 std::vector<double> Weights; variable
/external/llvm/lib/CodeGen/
DStackProtector.cpp433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
DSafeStack.cpp497 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
DSafeStack.cpp471 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp995 SmallVector<uint32_t, 1> Weights; in propagateWeights() local
1011 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp802 SmallVector<uint32_t, 8> Weights; in SimplifyEqualityComparisonWithOnlyPredecessor() local
909 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights()
929 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights()
971 SmallVector<uint64_t, 8> Weights; in FoldValueComparisonIntoPredecessors() local
3086 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local
3223 SmallVector<uint64_t, 8> Weights; in TryToSimplifyUncondBranchWithICmpInIt() local
3946 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local
4039 SmallVector<uint64_t, 8> Weights; in EliminateDeadSwitchCases() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
DInstruction.cpp751 SmallVector<uint32_t, 1> Weights; in setProfWeight() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h378 WeightList Weights; ///< Individual successor weights. member
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp758 std::vector<double> Weights(N); in UpdateCorpusDistribution() local

12