Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp64 if (!IsMemoryAccess(*instruction)) { in IsApplicable()
128 bool TransformationSetMemoryOperandsMask::IsMemoryAccess( in IsMemoryAccess() function in spvtools::fuzz::TransformationSetMemoryOperandsMask
Dtransformation_set_memory_operands_mask.h60 static bool IsMemoryAccess(const opt::Instruction& instruction);
Dfuzzer_pass_adjust_memory_operands_masks.cpp41 if (!TransformationSetMemoryOperandsMask::IsMemoryAccess(*inst_it)) { in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp64 if (!IsMemoryAccess(*instruction)) { in IsApplicable()
128 bool TransformationSetMemoryOperandsMask::IsMemoryAccess( in IsMemoryAccess() function in spvtools::fuzz::TransformationSetMemoryOperandsMask
Dtransformation_set_memory_operands_mask.h60 static bool IsMemoryAccess(const opt::Instruction& instruction);
Dfuzzer_pass_adjust_memory_operands_masks.cpp41 if (!TransformationSetMemoryOperandsMask::IsMemoryAccess(*inst_it)) { in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp65 if (!IsMemoryAccess(*instruction)) { in IsApplicable()
129 bool TransformationSetMemoryOperandsMask::IsMemoryAccess( in IsMemoryAccess() function in spvtools::fuzz::TransformationSetMemoryOperandsMask
Dtransformation_set_memory_operands_mask.h60 static bool IsMemoryAccess(const opt::Instruction& instruction);
Dfuzzer_pass_adjust_memory_operands_masks.cpp38 if (!TransformationSetMemoryOperandsMask::IsMemoryAccess(*inst_it)) { in Apply()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h928 is_memory_access(IsMemoryAccess()), in SignalContext()
950 bool IsMemoryAccess() const;
Dsanitizer_posix.cpp296 bool SignalContext::IsMemoryAccess() const { in IsMemoryAccess() function in __sanitizer::SignalContext
Dsanitizer_win.cpp964 bool SignalContext::IsMemoryAccess() const { in IsMemoryAccess() function in __sanitizer::SignalContext