Home
last modified time | relevance | path

Searched refs:fusedLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DLocation.cpp76 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get() local
77 if (fusedLoc.getMetadata() == metadata) { in get()
80 decomposedLocs.insert(fusedLoc.getLocations().begin(), in get()
81 fusedLoc.getLocations().end()); in get()
DDiagnostics.cpp375 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in getFileLineColLoc() local
392 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in getCallSiteLoc() local
/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/
DConvertConst.cpp84 auto fusedLoc = FusedLoc::get( in matchAndRewrite() local
88 rewriter.create<ConstantOp>(fusedLoc, newConstValueType, newConstValue); in matchAndRewrite()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp153 } else if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in translateLoc() local
154 ArrayRef<Location> locations = fusedLoc.getLocations(); in translateLoc()