Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h41 virtual bool isWritable() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h42 bool isWritable() const override;
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp53 bool isWritable(Operation *op, Value value, in isWritable() function
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp309 bool OneShotAnalysisState::isWritable(Value value) const { in isWritable() function in OneShotAnalysisState
312 return bufferizableOp.isWritable(value, *this); in isWritable()
318 return bufferizableOp.isWritable(bbArg, *this); in isWritable()
665 if (!state.isWritable(nextVal)) in hasPrecedingAliasingNonWritableTensor()
H A DFuncBufferizableOpInterfaceImpl.cpp496 bool isWritable(Operation *op, Value value, in isWritable() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp50 bool isWritable) { in NextSectionLoad() argument
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp111 bool DIASectionContrib::isWritable() const { in isWritable() function in DIASectionContrib
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h167 bool isWritable(Value value) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp56 bool isWritable(Operation *op, Value value, in isWritable() function
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp413 bool isWritable(Operation *op, Value value, in isWritable() function
619 bool isWritable(Operation *op, Value value, in isWritable() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizationOps.td323 bool isWritable(Value value, const AnalysisState &state) const {
H A DBufferizableOpInterface.td293 /*methodName=*/"isWritable",