Home
last modified time | relevance | path

Searched defs:irUnits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DAction.h58 Action(TypeID actionID, ArrayRef<IRUnit> irUnits) in Action()
66 ArrayRef<IRUnit> irUnits; variable
79 : Action(TypeID::get<Derived>(), irUnits) {} in Action() argument
H A DMLIRContext.h269 executeAction(function_ref<void ()> actionFn,ArrayRef<IRUnit> irUnits,Args &&...args) executeAction() argument
291 executeActionInternal(function_ref<void ()> actionFn,ArrayRef<IRUnit> irUnits,Args &&...args) executeActionInternal() argument
/llvm-project/mlir/include/mlir/Rewrite/
H A DPatternApplicator.h33 ApplyPatternAction(ArrayRef<IRUnit> irUnits, const Pattern &pattern) in ApplyPatternAction()
/llvm-project/mlir/lib/Pass/
H A DPass.cpp39 PassExecutionAction::PassExecutionAction(ArrayRef<IRUnit> irUnits, in PassExecutionAction() argument
49 ArrayRef<IRUnit> irUnits = getContextIRUnits(); in getOp() local