Home
last modified time | relevance | path

Searched defs:createOp (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/Complex/IR/
H A DComplexOps.cpp198 if (auto createOp = getOperand().getDefiningOp<CreateOp>()) in fold() local
214 auto createOp = negOp.getComplex().template getDefiningOp<CreateOp>(); in matchAndRewrite() local
242 if (auto createOp = getOperand().getDefiningOp<CreateOp>()) in fold() local
/llvm-project/mlir/unittests/Transforms/
H A DDialectConversion.cpp14 static Operation *createOp(MLIRContext *context) { in createOp() function
/llvm-project/mlir/unittests/Debug/
H A DFileLineColLocBreakpointManagerTest.cpp22 static Operation *createOp(MLIRContext *context, Location loc, in createOp() function
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp156 if (auto createOp = in processDataOperands() local
316 } else if (auto createOp = mlir::dyn_cast_or_null<acc::CreateOp>( in convertDataOp() local
/llvm-project/mlir/unittests/IR/
H A DOperationSupportTest.cpp21 static Operation *createOp(MLIRContext *context, in createOp() function
/llvm-project/flang/lib/Lower/
H A DHlfirIntrinsics.cpp65 inline OP createOp(BUILD_ARGS... args) { in createOp() function in __anona72838c30111::HlfirTransformationalIntrinsic
[all...]
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp646 Value *IslExprBuilder::createOp(__isl_take isl_ast_expr *Expr) { createOp() function in IslExprBuilder
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2009 auto *createOp = legalizeWithFold() local
2175 auto *createOp = legalizePatternBlockRewrites() local
2199 auto *createOp = dyn_cast<CreateOperationRewrite>(impl.rewrites[i].get()); legalizePatternCreatedOperations() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16606 static Value *createOp(IRBuilderBase &Builder, RecurKind Kind, Value *LHS, createOp() function in __anon7791346715311::HorizontalReduction
16668 static Value *createOp(IRBuilderBase &Builder, RecurKind RdxKind, Value *LHS, createOp() function in __anon7791346715311::HorizontalReduction