Searched refs:hasScalarValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 231 if (hasScalarValue(Def, Instance)) { in get() 237 hasScalarValue(Def, {Instance.Part, VPLane::getFirstLane()})) { in get() 258 (hasScalarValue(Def, VPIteration(Part, 0)) && in get() 289 if (!hasScalarValue(Def, {Part, 0})) { in get() 311 if (!hasScalarValue(Def, {Part, LastLane})) { in get()
|
H A D | VPlanRecipes.cpp | 1992 if (State.hasScalarValue(this, *State.Instance)) in execute()
|
H A D | VPlan.h | 295 bool hasScalarValue(VPValue *Def, VPIteration Instance) { in hasScalarValue() function
|