Home
last modified time | relevance | path

Searched defs:expressionOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/EmitC/Transforms/
H A DTransforms.cpp29 auto expressionOp = builder.create<emitc::ExpressionOp>(loc, resultType); in createExpression() local
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp281 shouldBeInlined(ExpressionOp expressionOp) shouldBeInlined() argument
736 printOperation(CppEmitter & emitter,emitc::ExpressionOp expressionOp) printOperation() argument
787 auto expressionOp = printOperation() local
1290 emitExpression(ExpressionOp expressionOp) emitExpression() argument
1340 auto expressionOp = dyn_cast_if_present<ExpressionOp>(value.getDefiningOp()); emitOperand() local
[all...]