/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ProfDataUtils.cpp | 49 SmallVectorImpl<uint32_t> &Weights) { in extractWeights() 123 SmallVectorImpl<uint32_t> &Weights) { in extractBranchWeights() 130 SmallVectorImpl<uint32_t> &Weights) { in extractBranchWeights() 142 SmallVector<uint32_t, 2> Weights; in extractBranchWeights() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 598 SmallVector<uint32_t> Weights; member 634 SmallVector<uint32_t> Weights; in initBranchWeights() local 954 DenseMap<Instruction *, WeightInfo> Weights; in peelLoop() local
|
H A D | SimplifyCFG.cpp | 863 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights() 1066 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights() 1086 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights() 1179 SmallVector<uint64_t, 8> Weights; in PerformValueComparisonIntoPredecessorFolding() local 4514 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local 5378 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/ |
H A D | POSIX_LCCollate.java | 273 private class Weights { class in POSIX_LCCollate 278 public Weights(CollationElementIterator it) { in Weights() method in POSIX_LCCollate.Weights
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 177 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting() 198 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing() 217 static void combineWeights(WeightList &Weights) { in combineWeights()
|
H A D | BranchProbabilityInfo.cpp | 397 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local 673 SmallVector<uint32_t, 4> Weights; in getMaxEstimatedEdgeWeight() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A 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
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/ |
H A D | static_stride_scheduler_benchmark.cc | 43 const std::vector<float>& Weights() { in Weights() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.h | 71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 72 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | MisExpect.cpp | 96 void verifyMisExpect(Instruction *I, const SmallVector<uint32_t, 4> &Weights, in verifyMisExpect()
|
H A D | SimplifyCFG.cpp | 789 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
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 995 SmallVector<uint32_t, 1> Weights; in propagateWeights() local 1011 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 74 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.cpp | 193 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 100 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeightVal); in handleSwitchExpect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 564 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 388 WeightList Weights; ///< Individual successor weights. member
|