Searched refs:LowerVectorToLLVMOptions (Results 1 – 3 of 3) sorted by relevance
23 struct LowerVectorToLLVMOptions { struct24 LowerVectorToLLVMOptions() {} in LowerVectorToLLVMOptions() function26 LowerVectorToLLVMOptions &enableReassociateFPReductions(bool b = true) {30 LowerVectorToLLVMOptions &enableIndexOptimizations(bool b = true) {34 LowerVectorToLLVMOptions &enableArmNeon(bool b = true) {38 LowerVectorToLLVMOptions &enableArmSVE(bool b = true) {42 LowerVectorToLLVMOptions &enableAMX(bool b = true) {46 LowerVectorToLLVMOptions &enableX86Vector(bool b = true) {72 const LowerVectorToLLVMOptions &options = LowerVectorToLLVMOptions());
100 LowerVectorToLLVMOptions lowerVectorToLLVMOptions() const { in lowerVectorToLLVMOptions()101 LowerVectorToLLVMOptions opts{}; in lowerVectorToLLVMOptions()
35 LowerVectorToLLVMPass(const LowerVectorToLLVMOptions &options) { in LowerVectorToLLVMPass()117 mlir::createConvertVectorToLLVMPass(const LowerVectorToLLVMOptions &options) { in createConvertVectorToLLVMPass()