Home
last modified time | relevance | path

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

123

/external/cldr/tools/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
/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()
/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-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp162 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting()
183 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing()
202 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
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.cpp192 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDataFlowTrace.cpp192 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp815 llvm::MDNode *Weights = createProfileOrBranchWeightsForLoop( in EmitWhileStmt() local
993 llvm::MDNode *Weights = createProfileOrBranchWeightsForLoop( in EmitForStmt() local
1079 llvm::MDNode *Weights = createProfileOrBranchWeightsForLoop( in EmitCXXForRangeStmt() local
1343 llvm::MDNode *Weights = nullptr; in EmitCaseStmtRange() local
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp342 SmallVector<uint32_t, 1> Weights; in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp98 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeightVal); in handleSwitchExpect() local
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp541 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() 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-project/llvm/lib/IR/
DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h378 WeightList Weights; ///< Individual successor weights. member
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h382 WeightList Weights; ///< Individual successor weights. member

123