Searched refs:LoadsState (Results 1 – 1 of 1) sorted by relevance
3679 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enum3703 static LoadsState canVectorizeLoads(ArrayRef<Value *> VL, const Value *VL0, in canVectorizeLoads()3718 return LoadsState::Gather; in canVectorizeLoads()3728 return LoadsState::Gather; in canVectorizeLoads()3753 return LoadsState::Vectorize; in canVectorizeLoads()3775 return LoadsState::ScatterVectorize; in canVectorizeLoads()3779 return LoadsState::Gather; in canVectorizeLoads()5438 case LoadsState::Vectorize: in buildTree_rec()5453 case LoadsState::ScatterVectorize: in buildTree_rec()5461 case LoadsState::Gather: in buildTree_rec()[all …]