Home
last modified time | relevance | path

Searched defs:isWrite (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h225 bool isWrite() const { return write; } in isWrite() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.h52 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument
Dasan_poisoning.cpp210 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc213 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
Dasan_interceptors.cc58 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h581 bool isWrite) const { in getInstructionsForAccess()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h560 bool isWrite) const { in getInstructionsForAccess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h604 bool isWrite) const { in getInstructionsForAccess()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg()
/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp1006 bool isWrite = false; in transformExpression() local
/external/llvm-project/polly/include/polly/
DScopInfo.h765 bool isWrite() const { return isMustWrite() || isMayWrite(); } in isWrite() function
/external/llvm-project/lld/ELF/
DWriter.cpp984 bool isWrite = sec->flags & SHF_WRITE; in getSectionRank() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp1763 const bool isWrite = (writeInfoItr != randomLayout.descriptorWrites.end()); in iterate() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3094 auto isWrite = rewriter.create<LLVM::ConstantOp>( in matchAndRewrite() local