Home
last modified time | relevance | path

Searched refs:getVPValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h406 VPValue *getVPValue(unsigned I) { in getVPValue() function
410 const VPValue *getVPValue(unsigned I) const { in getVPValue() function
H A DVPlanUnroll.cpp98 Ins.first->second.push_back(CopyR->getVPValue(Idx)); in addRecipeForPart()
H A DVPlanTransforms.cpp2547 OriginalV->replaceAllUsesWith(VPIG->getVPValue(J)); in createInterleaveGroups()
3104 IR->getVPValue(Idx) == OpV; in canNarrowLoad()
3119 GroupElementTy = TypeInfo.inferScalarType(InterleaveR->getVPValue(0)); in isConsecutiveInterleaveGroup()
3224 IR->getVPValue(Op.index()) == Op.value(); in narrowInterleaveGroups()
H A DVPlanRecipes.cpp3639 getVPValue(OpIdx)->printAsOperand(O, SlotTracker); in print()
3659 getNumDefinedValues() > 0 ? getVPValue(InsertPosIdx) in computeCost()
H A DLoopVectorize.cpp4210 R.getNumDefinedValues() >= 1 ? R.getVPValue(0) : R.getOperand(1); in willGenerateVectors()