Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dcompound-literal-property-access.m13 -(void)getForce { method
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp174 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
180 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
234 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
236 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
246 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
1341 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2124 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
3007 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3041 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
5278 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
9729 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
10056 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
10058 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
10115 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
10228 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h154 enum ForceKind getForce() const { in getForce() function
183 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()