Home
last modified time | relevance | path

Searched refs:hasState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp339 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()
390 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()
419 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
H A DSampleProfile.cpp1391 if (!Context.hasState(SyntheticContext) && in shouldInlineCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3897 bool hasState() const { return S.valid(); } in hasState() function in llvm::slpvectorizer::BoUpSLP::TreeEntry
6687 if (TE.hasState() && TE.getOpcode() == Instruction::ExtractElement && in getReorderingData()
6879 (!TE.hasState() || !TE.isAltShuffle() || in getReorderingData()
6884 if (((TE.hasState() && TE.getOpcode() == Instruction::ExtractElement) || in getReorderingData()
6943 if (TE.hasState() && TE.getOpcode() == Instruction::Load) { in getReorderingData()
7033 if (VectorizableTree.front()->hasState() && in isProfitableToReorder()
7053 if (!TE->hasState()) { in isProfitableToReorder()
7146 if (TE->hasState() && TE->isAltShuffle() && in reorderTopToBottom()
7163 !UserIgnoreList && VectorizableTree.front()->hasState() && in reorderTopToBottom()
7232 if (OpTE->hasState() && OpTE->isAltShuffle()) { in reorderTopToBottom()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h624 bool hasState(ContextStateMask S) { return State & (uint32_t)S; }