Home
last modified time | relevance | path

Searched defs:MemoryAccess (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h110 class MemoryAccess; variable
128 static inline bool classof(const MemoryAccess *) { return true; } in classof()
163 MemoryAccess(LLVMContext &C, unsigned Vty, BasicBlock *BB, in MemoryAccess() function
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp928 std::vector<SPIRVWord> MemoryAccess(1,0); in transValueWithoutDecoration() local
946 std::vector<SPIRVWord> MemoryAccess(1,0); in transValueWithoutDecoration() local
1205 std::vector<SPIRVWord> MemoryAccess; in transCallInst() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h420 void MemoryAccessUpdate(const std::vector<SPIRVWord> &MemoryAccess) { in MemoryAccessUpdate()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc745 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function