Lines Matching refs:LoadsState
3478 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enum
3483 static LoadsState canVectorizeLoads(ArrayRef<Value *> VL, const Value *VL0, in canVectorizeLoads()
3498 return LoadsState::Gather; in canVectorizeLoads()
3508 return LoadsState::Gather; in canVectorizeLoads()
3543 return LoadsState::Vectorize; in canVectorizeLoads()
3565 return LoadsState::ScatterVectorize; in canVectorizeLoads()
3569 return LoadsState::Gather; in canVectorizeLoads()
5008 case LoadsState::Vectorize: in buildTree_rec()
5023 case LoadsState::ScatterVectorize: in buildTree_rec()
5031 case LoadsState::Gather: in buildTree_rec()
6004 LoadsState LS = in getEntryCost()
6008 case LoadsState::Vectorize: in getEntryCost()
6009 case LoadsState::ScatterVectorize: in getEntryCost()
6012 if (LS == LoadsState::Vectorize) in getEntryCost()
6022 case LoadsState::Gather: in getEntryCost()