Home
last modified time | relevance | path

Searched refs:AsmState (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h345 class AsmState {
354 AsmState(Operation *op,
357 ~AsmState();
383 AsmState() = delete;
H A DValue.h22 class AsmState; variable
220 void print(raw_ostream &os, AsmState &state);
224 void printAsOperand(raw_ostream &os, AsmState &state);
H A DBlock.h341 void print(raw_ostream &os, AsmState &state);
348 void printAsOperand(raw_ostream &os, AsmState &state);
H A DOperation.h244 void print(raw_ostream &os, AsmState &state);
H A DOpDefinition.h100 void print(raw_ostream &os, AsmState &asmState) { in print()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DLocationSnapshot.cpp28 AsmState::LocationMap opToLineCol; in generateLocationsFromIR()
29 AsmState state(op, flags, &opToLineCol); in generateLocationsFromIR()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1334 AsmState::LocationMap *locationMap;
1337 friend AsmState;
1377 AsmState::AsmState(Operation *op, const OpPrintingFlags &printerFlags, in AsmState() function in AsmState
1381 AsmState::~AsmState() = default;
1387 void AsmState::attachResourcePrinter( in attachResourcePrinter()
3232 void Value::print(raw_ostream &os, AsmState &state) { in print()
3264 AsmState state(this, printerFlags); in print()
3286 AsmState state(op, printerFlags); in print()
3312 AsmState state(parentOp); in print()
3315 void Block::print(raw_ostream &os, AsmState &state) { in print()
[all …]
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp121 AsmState state(preCrashOperation); in generate()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp132 AsmState state(padOp->getParentOfType<func::FuncOp>()); in getAtMostNEnclosingLoops()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt7794 mlir/include/mlir/IR/AsmState.h