/third_party/skia/third_party/externals/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() argument
|
H A D | Local.cpp | 189 SmallVector<uint32_t, 8> Weights; in ConstantFoldTerminator() local
|
H A D | SimplifyCFG.cpp | 789 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights() argument 990 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights() argument 969 GetBranchWeights(Instruction *TI, SmallVectorImpl<uint64_t> &Weights) GetBranchWeights() argument 1040 SmallVector<uint64_t, 8> Weights; FoldValueComparisonIntoPredecessors() local 3594 SmallVector<uint64_t, 8> Weights; SimplifySwitchOnSelect() local 4467 SmallVector<uint64_t, 8> Weights; TurnSwitchRangeIntoICmp() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.h | 71 llvm::SmallVector<RegWeight, REGS_SIZE> Weights; member in Ice::LinearScan::IterationState
|
H A D | IceRegAlloc.cpp | 86 findMinWeightIndex( const SmallBitVector &RegMask, const llvm::SmallVector<RegWeight, LinearScan::REGS_SIZE> &Weights) findMinWeightIndex() argument [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerCorpus.h | 203 std::vector<double> Weights; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 514 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
H A D | SafeStack.cpp | 471 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights() argument
|
H A D | Instruction.cpp | 751 SmallVector<uint32_t, 1> Weights; in setProfWeight() local
|
H A D | Instructions.cpp | 3920 SmallVector<uint32_t, 8> Weights; in init() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 299 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1568 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1877 SmallVector<uint32_t, 2> Weights; in fixupBranchesAndSelects() local 1882 CHR_DEBUG(dbgs() << "CHR branch bias " << Weights[0] << ":" << Weights[1] in fixupBranchesAndSelects() local
|
H A D | PGOInstrumentation.cpp | 1703 SmallVector<unsigned, 4> Weights; in setProfMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 282 SmallVector<uint32_t, 2> Weights; in updatePredecessorProfileMetadata() local 2287 SmallVector<uint32_t, 4> Weights; in UpdateBlockFreqAndEdgeWeight() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 937 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() argument
|