Lines Matching refs:AMK

1066   TTI::AddressingModeKind AMK = TTI::AMK_None;  member in __anon926e14ea0811::Cost
1071 TTI::AddressingModeKind AMK) : in Cost() argument
1072 L(L), SE(&SE), TTI(&TTI), AMK(AMK) { in Cost()
1290 if (isExistingPhi(AR, *SE) && AMK != TTI::AMK_PostIndexed) in RateRegister()
1311 if (AMK == TTI::AMK_PreIndexed) { in RateRegister()
1315 } else if (AMK == TTI::AMK_PostIndexed) { in RateRegister()
1965 TTI::AddressingModeKind AMK; member in __anon926e14ea0a11::LSRInstance
3476 if (AMK == TTI::AMK_PostIndexed) in CollectLoopInvariantFixupsAndFormulae()
3689 if (AMK == TTI::AMK_PostIndexed && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) in GenerateReassociationsImpl()
3923 if (AMK == TTI::AMK_PreIndexed && LU.Kind == LSRUse::Address) { in GenerateConstantOffsetsImpl()
4394 if (AMK == TTI::AMK_PostIndexed && in GenerateCrossUseConstantOffsets()
4497 Cost CostF(L, SE, TTI, AMK); in FilterOutUndesirableDedicatedRegisters()
4530 Cost CostBest(L, SE, TTI, AMK); in FilterOutUndesirableDedicatedRegisters()
4783 Cost CostFA(L, SE, TTI, AMK); in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
4784 Cost CostFB(L, SE, TTI, AMK); in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
4834 if (AMK != TTI::AMK_PostIndexed) in NarrowSearchSpaceByFilterPostInc()
5164 Cost NewCost(L, SE, TTI, AMK); in SolveRecurse()
5172 if (AMK != TTI::AMK_PostIndexed || LU.Kind != LSRUse::Address) { in SolveRecurse()
5220 Cost SolutionCost(L, SE, TTI, AMK); in Solve()
5222 Cost CurCost(L, SE, TTI, AMK); in Solve()
5856 MSSAU(MSSAU), AMK(PreferredAddresingMode.getNumOccurrences() > 0 in LSRInstance()
5860 BaselineCost(L, SE, TTI, AMK) { in LSRInstance()