Lines Matching refs:Transition
6034 Instruction *Transition; member in __anon6227213d0c11::VectorPromoteHelper
6050 return Transition; in getEndOfTransition()
6058 assert(isa<ExtractElementInst>(Transition) && in getTransitionOriginalValueIdx()
6067 assert(isa<ExtractElementInst>(Transition) && in getTransitionIdx()
6077 return Transition->getOperand(getTransitionOriginalValueIdx())->getType(); in getTransitionType()
6092 Value *ValIdx = Transition->getOperand(getTransitionOriginalValueIdx()); in isProfitableToPromote()
6114 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index); in isProfitableToPromote()
6154 Value *ValExtractIdx = Transition->getOperand(getTransitionIdx()); in getConstantVector()
6201 const TargetTransformInfo &TTI, Instruction *Transition, in VectorPromoteHelper() argument
6203 : DL(DL), TLI(TLI), TTI(TTI), Transition(Transition), in VectorPromoteHelper()
6205 assert(Transition && "Do not know how to promote null"); in VectorPromoteHelper()
6291 assert(ToBePromoted->getType() == Transition->getType() && in promoteImpl()
6294 ToBePromoted->replaceAllUsesWith(Transition); in promoteImpl()
6305 if (Val == Transition) in promoteImpl()
6306 NewVal = Transition->getOperand(getTransitionOriginalValueIdx()); in promoteImpl()
6319 Transition->moveAfter(ToBePromoted); in promoteImpl()
6320 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted); in promoteImpl()