/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCCollate.java | 274 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/ |
D | IceRegAlloc.h | 71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 72 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MisExpect.cpp | 96 void verifyMisExpect(Instruction *I, const SmallVector<uint32_t, 4> &Weights, in verifyMisExpect()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 136 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting() 157 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing() 175 static void combineWeights(WeightList &Weights) { in combineWeights()
|
D | BranchProbabilityInfo.cpp | 205 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 156 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/ |
D | BlockFrequencyInfoImpl.cpp | 162 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/ |
D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 74 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.cpp | 192 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerDataFlowTrace.cpp | 192 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 815 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/ |
D | ProfileSummaryInfoTest.cpp | 342 SmallVector<uint32_t, 1> Weights; in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 98 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeightVal); in handleSwitchExpect() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 541 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 995 SmallVector<uint32_t, 1> Weights; in propagateWeights() local 1011 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 802 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/ |
D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 378 WeightList Weights; ///< Individual successor weights. member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 382 WeightList Weights; ///< Individual successor weights. member
|