Lines Matching refs:isVectorLikeInstWithConstOps
214 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
235 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
1461 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
1462 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
2562 isVectorLikeInstWithConstOps(S.MainOp) || in newTreeEntry()
4480 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
4660 return isa<Instruction>(Op) || isVectorLikeInstWithConstOps(Op); in buildTree_rec()
4721 !all_of(VL, isVectorLikeInstWithConstOps)) || in buildTree_rec()
5650 isVectorLikeInstWithConstOps(U) || in areAllUsersVectorized()
7453 isVectorLikeInstWithConstOps(I); in setInsertPointAfterBundle()
7467 assert(isVectorLikeInstWithConstOps(LastInst) && in setInsertPointAfterBundle()
7468 isVectorLikeInstWithConstOps(I) && in setInsertPointAfterBundle()
9083 if (isa<PHINode>(S.OpValue) || isVectorLikeInstWithConstOps(S.OpValue) || in tryScheduleBundle()
9177 if (isa<PHINode>(OpValue) || isVectorLikeInstWithConstOps(OpValue) || in cancelScheduling()
9225 assert(!isa<PHINode>(I) && !isVectorLikeInstWithConstOps(I) && in extendSchedulingRegion()
9571 assert((isVectorLikeInstWithConstOps(SD->Inst) || in scheduleBlock()
10873 if (EdgeInst && !isVectorLikeInstWithConstOps(EdgeInst) && in matchAssociativeReduction()
11064 if (isVectorLikeInstWithConstOps(Inst) && in tryToReduce()