Searched defs:isWrite (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Utils.h | 225 bool isWrite() const { return write; } in isWrite() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors_memintrinsics.h | 52 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument
|
D | asan_poisoning.cpp | 210 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 213 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
|
D | asan_interceptors.cc | 58 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 581 bool isWrite) const { in getInstructionsForAccess()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 560 bool isWrite) const { in getInstructionsForAccess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 604 bool isWrite) const { in getInstructionsForAccess()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteRowMajorMatrices.cpp | 1006 bool isWrite = false; in transformExpression() local
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 765 bool isWrite() const { return isMustWrite() || isMayWrite(); } in isWrite() function
|
/external/llvm-project/lld/ELF/ |
D | Writer.cpp | 984 bool isWrite = sec->flags & SHF_WRITE; in getSectionRank() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 1763 const bool isWrite = (writeInfoItr != randomLayout.descriptorWrites.end()); in iterate() local
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 3094 auto isWrite = rewriter.create<LLVM::ConstantOp>( in matchAndRewrite() local
|