Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Pass/
H A DTestDynamicPipeline.cpp104 ListOption<std::string> opNames{ member in __anon9db8280c0111::TestDynamicPipelinePass
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.h241 DenseMap<OperationName, OpNameNumbering *> opNames; variable
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1190 build(OpBuilder & builder,OperationState & result,Value target,ArrayRef<StringRef> opNames) build() argument
1199 build(OpBuilder & builder,OperationState & result,TypeRange resultTypes,Value target,ArrayRef<StringRef> opNames) build() argument
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp1591 SmallVector<BytecodeOperationName> opNames; member in mlir::BytecodeReader::Impl