Home
last modified time | relevance | path

Searched refs:ConvertVectorToSCFPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp701 struct ConvertVectorToSCFPass struct
702 : public ConvertVectorToSCFBase<ConvertVectorToSCFPass> {
703 ConvertVectorToSCFPass() = default;
704 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass() function
721 return std::make_unique<ConvertVectorToSCFPass>(options); in createConvertVectorToSCFPass()