Home
last modified time | relevance | path

Searched refs:MultiplyFactor (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1698 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local
1703 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp431 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
432 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1015 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
1016 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
1017 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1034 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1210 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
1211 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
1212 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1229 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp985 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
986 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
987 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1004 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()