Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp86 Value isFirstLane = in rewrite() local
111 createPredicatedBlock(isFirstLane, [&] { in rewrite()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h161 bool isFirstLane() const { return Lane == 0 && LaneKind == Kind::First; } in isFirstLane() function
196 bool isFirstIteration() const { return Part == 0 && Lane.isFirstLane(); } in isFirstIteration()
H A DVPlan.cpp216 assert(Instance.Lane.isFirstLane() && "cannot get lane > 0 for scalar"); in get()
H A DLoopVectorize.cpp9552 if (State.Instance->Lane.isFirstLane()) { in execute()