Searched refs:ConvertVectorToSCFPass (Results 1 – 1 of 1) sorted by relevance
701 struct ConvertVectorToSCFPass struct702 : public ConvertVectorToSCFBase<ConvertVectorToSCFPass> {703 ConvertVectorToSCFPass() = default;704 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass() function721 return std::make_unique<ConvertVectorToSCFPass>(options); in createConvertVectorToSCFPass()