Home
last modified time | relevance | path

Searched defs:topLevelOp (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestUseListOrders.cpp102 void computeOpNumbering(Operation *topLevelOp) { in computeOpNumbering()
116 LogicalResult shuffleUses(Operation *topLevelOp) { in shuffleUses()
154 LogicalResult verifyUseListOrders(Operation *topLevelOp) { in verifyUseListOrders()
183 LogicalResult walkOverValues(Operation *topLevelOp, FuncT callable) { in walkOverValues()
/llvm-project/mlir/lib/Dialect/Transform/PDLExtension/
H A DPDLExtensionOps.cpp199 Operation *topLevelOp = nullptr; in verify() local
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp220 void AsmParserState::initialize(Operation *topLevelOp) { in initialize() argument
229 void AsmParserState::finalize(Operation *topLevelOp) { in finalize() argument
H A DParser.cpp746 Operation *topLevelOp; global() member in __anon9a73a0460211::OperationParser
2719 OwningOpRef<ModuleOp> topLevelOp(ModuleOp::create(parserLoc)); parse() local
[all...]
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h486 upgradeFromVersion(Operation *topLevelOp, in upgradeFromVersion()
/llvm-project/mlir/lib/Pass/
H A DIRPrinting.cpp63 auto *topLevelOp = op; in printIR() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp740 void ArrayCopyAnalysisBase::construct(mlir::Operation *topLevelOp) { in construct()
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2037 processUseLists(Operation * topLevelOp) processUseLists() argument