OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOne
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SnippetRepetitor.cpp
72
Entry.MBB->addSuccessor(Loop.MBB, BranchProbability::
getOne
());
73
Loop.MBB->addSuccessor(Loop.MBB, BranchProbability::
getOne
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp
693
const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.
getOne
(Step->getType()));
700
SE.getMinusSCEV(BoundSCEV, SE.
getOne
(BoundSCEV->getType()));
741
SE.getMinusSCEV(Step, SE.
getOne
(Step->getType()));
908
SE.
getOne
(RightSCEV->getType()));
913
SE.
getOne
(RightSCEV->getType()));
945
SE.getAddExpr(RightSCEV, SE.
getOne
(RightSCEV->getType()));
971
RightSCEV = SE.getAddExpr(RightSCEV, SE.
getOne
(RightSCEV->getType()));
975
RightSCEV = SE.getAddExpr(RightSCEV, SE.
getOne
(RightSCEV->getType()));
1011
SE.getMinusSCEV(RightSCEV, SE.
getOne
(RightSCEV->getType()));
1092
const SCEV *One = SE.
getOne
(RTy)
[
all
...]
LoopPredication.cpp
596
SE->getMinusSCEV(LatchStart, SE->
getOne
(Ty)));
655
SE->
getOne
(Ty));
IndVarSimplify.cpp
995
IVOffset = SE->getAddExpr(IVOffset, SE->
getOne
(OfsTy));
1043
IVLimit = SE->getAddExpr(IVLimit, SE->
getOne
(IVLimit->getType()));
1377
const SCEV *One = SE->
getOne
(MaxIter->getType());
LoopIdiomRecognize.cpp
1010
SE->getNegativeSCEV(SE->
getOne
(BECount->getType())))) {
1012
SE->getAddExpr(BECount, SE->
getOne
(BECount->getType()), SCEV::FlagNUW),
1016
SE->
getOne
(IntPtr), SCEV::FlagNUW);
LoopRerollPass.cpp
1479
auto One = SE->
getOne
(BackedgeTakenCount->getType());
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp
132
BB.addSuccessor(loop1MBB, BranchProbability::
getOne
());
139
sinkMBB->addSuccessor(exitMBB, BranchProbability::
getOne
());
267
BB.addSuccessor(loop1MBB, BranchProbability::
getOne
());
432
BB.addSuccessor(loopMBB, BranchProbability::
getOne
());
547
sinkMBB->addSuccessor(exitMBB, BranchProbability::
getOne
());
724
BB.addSuccessor(loopMBB, BranchProbability::
getOne
());
MipsISelLowering.cpp
1764
BB->addSuccessor(exitMBB, BranchProbability::
getOne
());
1948
BB->addSuccessor(exitMBB, BranchProbability::
getOne
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BranchProbability.h
50
static BranchProbability
getOne
() { return BranchProbability(D); }
ScaledNumber.h
521
static ScaledNumber
getOne
() { return ScaledNumber(1, 0); }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionDivision.cpp
245
One = SE.
getOne
(Denominator->getType());
LoopCacheAnalysis.cpp
114
SE.
getOne
(BackedgeTakenCount->getType()));
DependenceAnalysis.cpp
395
A = SE->
getOne
(D->getType());
1039
SE->getMinusSCEV(S, SE->getSMaxExpr(Size, SE->
getOne
(Size->getType())));
2818
Bound[K].Iterations, SE->
getOne
(Bound[K].Iterations->getType()));
2862
Bound[K].Iterations, SE->
getOne
(Bound[K].Iterations->getType()));
ScalarEvolution.cpp
2548
SmallVector<const SCEV *, 2> TwoOps = {
getOne
(Ty), InnerMul};
4386
return IsPositiveBECond ? SE.
getOne
(Type::getInt1Ty(SE.getContext()))
5501
const SCEV *One =
getOne
(I->getType());
5515
const SCEV *One =
getOne
(I->getType());
7000
const SCEV *TCExpr = getAddExpr(ExitCount,
getOne
(ExitCount->getType()));
9245
const SCEV *One =
getOne
(Distance->getType());
9832
auto *One =
getOne
(Step->getType());
10056
getAddRecExpr(getZero(Ty),
getOne
(Ty), L, NoWrapFlags);
11193
const SCEV *One =
getOne
(Stride->getType());
11217
const SCEV *One =
getOne
(Stride->getType())
[
all
...]
BranchProbabilityInfo.cpp
418
BranchProbability::
getOne
() - NewUnreachableSum;
LoopAccessAnalysis.cpp
161
static_cast<const SCEVConstant *>(SE->
getOne
(StrideVal->getType()));
TargetTransformInfo.cpp
170
TripCount = SE.getAddExpr(EC, SE.
getOne
(EC->getType()));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
691
auto AdjustedSumProb = BranchProbability::
getOne
();
724
SuccProb = BranchProbability::
getOne
();
IfConversion.cpp
2100
BBI.BB->addSuccessor(TailBB, BranchProbability::
getOne
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
596
const SCEV *
getOne
(Type *Ty) { return getConstant(Ty, 1); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUtils.cpp
1608
const SCEV *ScPlusOne = SE->getAddExpr(Sc, SE->
getOne
(PtrArithTy));
SimplifyIndVar.cpp
410
const auto *NLessOne = SE->getMinusSCEV(N, SE->
getOne
(T));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1870
SE.
getOne
(BackedgeTakenCount->getType()));
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
2168
SE->getAddExpr(BECount, SE->
getOne
(IntPtrTy), SCEV::FlagNUW);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
2445
addSuccessorWithProb(InvokeMBB, ReturnMBB, BranchProbability::
getOne
());
Completed in 93 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026