Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DProfDataUtils.cpp49 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 DLoopPeel.cpp598 SmallVector<uint32_t> Weights; member
634 SmallVector<uint32_t> Weights; in initBranchWeights() local
954 DenseMap<Instruction *, WeightInfo> Weights; in peelLoop() local
H A DSimplifyCFG.cpp863 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 DPOSIX_LCCollate.java273 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 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp177 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 DBranchProbabilityInfo.cpp397 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 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
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/
H A Dstatic_stride_scheduler_benchmark.cc43 const std::vector<float>& Weights() { in Weights() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.h71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights; variable
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp72 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 DMisExpect.cpp96 void verifyMisExpect(Instruction *I, const SmallVector<uint32_t, 4> &Weights, in verifyMisExpect()
H A 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
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp995 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 DMDBuilder.cpp42 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 DLowerExpectIntrinsic.cpp74 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.cpp193 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackProtector.cpp433 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp100 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 DStackProtector.cpp514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackProtector.cpp564 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp95 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 DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h388 WeightList Weights; ///< Individual successor weights. member

1234