Home
last modified time | relevance | path

Searched defs:OwningOpRef (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DOwningOpRef.h35 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef() function
36 OwningOpRef(OwningOpRef &&other) : op(other.release()) {} in OwningOpRef() function
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DUtils.h16 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/include/mlir/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.h23 class OwningOpRef; variable
/llvm-project/mlir/include/mlir/Tools/PDLL/CodeGen/
H A DMLIRGen.h22 class OwningOpRef; variable
/llvm-project/mlir/include/mlir/Tools/mlir-translate/
H A DTranslation.h22 class OwningOpRef; variable