Home
last modified time | relevance | path

Searched refs:FusedLoc (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
69 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
76 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
99 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
103 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
69 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
76 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
99 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
103 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
69 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
76 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
99 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
103 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DLocation.cpp51 .Case([&](FusedLoc fusedLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
88 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
95 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp51 .Case([&](FusedLoc fusedLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
88 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
95 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp51 .Case([&](FusedLoc fusedLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
88 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
95 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp51 .Case([&](FusedLoc fusedLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
88 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
95 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DLocation.cpp61 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
68 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
91 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
95 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DLocation.cpp61 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
68 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get()
91 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
95 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp30 auto FusedLoc = mlir::FusedLoc::get({FileLineColLoc, NameLoc}, &Context); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get(&Context, {FileLineColLoc, NameLoc}); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get({FileLineColLoc, NameLoc}, &Context); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get(&Context, {FileLineColLoc, NameLoc}); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get(&Context, {FileLineColLoc, NameLoc}); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get({FileLineColLoc, NameLoc}, &Context); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp31 auto FusedLoc = mlir::FusedLoc::get(&Context, {FileLineColLoc, NameLoc}); variable
H A Dmlir-support.gdb81 # CHECK: cast<mlir::FusedLoc>
87 p FusedLoc
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DBuiltinLocationAttributes.td103 // FusedLoc
106 def FusedLoc : Builtin_LocationAttr<"FusedLoc"> {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBuiltinLocationAttributes.td103 // FusedLoc
106 def FusedLoc : Builtin_LocationAttr<"FusedLoc"> {

1234