Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp962 BackedgeTakenCount->setUnderlyingValue(TCMO); in prepareToExecute()
965 VectorTripCount.setUnderlyingValue(VectorTripCountV); in prepareToExecute()
972 VF.setUnderlyingValue(RuntimeVF); in prepareToExecute()
973 VFxUF.setUnderlyingValue( in prepareToExecute()
977 VFxUF.setUnderlyingValue(createStepForVF(Builder, TCTy, State.VF, UF)); in prepareToExecute()
H A DVPlanValue.h184 void setUnderlyingValue(Value *Val) { in setUnderlyingValue() function
H A DLoopVectorizationPlanner.h158 NewVPInst->setUnderlyingValue(Inst);
H A DVPlan.h1070 New->setUnderlyingValue(getUnderlyingInstr()); in VP_CLASSOF_IMPL()
1178 New->setUnderlyingValue(getUnderlyingValue()); in clone()
2482 setUnderlyingValue(I); in VPReductionRecipe()
H A DVPlanTransforms.cpp1038 VPC->setUnderlyingValue(UnderlyingExt); in simplifyRecipe()
2410 New->setUnderlyingValue(RecWithFlags->getUnderlyingValue()); in dropPoisonGeneratingRecipes()