/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 38 DenseMap<Edge, uint32_t> Weights; variable
|
/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/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-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 157 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting() 178 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing() 197 static void combineWeights(WeightList &Weights) { in combineWeights()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 199 SmallVector<uint32_t, 1> Weights; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 41 DenseMap<Edge, uint32_t> *Weights; member in __anonbe60bf950111::BranchProbabilityAnalysis 166 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local
|
/external/llvm/lib/IR/ |
D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 73 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
D | SafeStack.cpp | 497 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 476 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
D | SafeStack.cpp | 467 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 313 SmallVector<uint32_t, 1> Weights; in promoteIndirectCall() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 43 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
D | Instruction.cpp | 726 SmallVector<uint32_t, 1> Weights; in setProfWeight() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 774 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights() 865 SmallVector<uint32_t, 8> Weights; in SimplifyEqualityComparisonWithOnlyPredecessor() local 972 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights() 992 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights() 1042 SmallVector<uint64_t, 8> Weights; in FoldValueComparisonIntoPredecessors() local 3482 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local 3618 SmallVector<uint64_t, 8> Weights; in tryToSimplifyUncondBranchWithICmpInIt() local 4341 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local 4431 SmallVector<uint64_t, 8> Weights; in eliminateDeadSwitchCases() 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/unittests/IR/ |
D | IRBuilderTest.cpp | 95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1289 SmallVector<uint32_t, 1> Weights; in propagateWeights() local 1306 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 758 std::vector<double> Weights(N); in UpdateCorpusDistribution() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 116 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
|