Home
last modified time | relevance | path

Searched refs:hasMemory (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h29 bool hasMemory(cl_mem memory) const;
105 inline bool CLContextCL::hasMemory(cl_mem memory) const in hasMemory() function
DCLKernelCL.cpp139 if (ctx.hasMemory(memory)) in setArg()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6573 bool hasMemory = false; in visitInlineAsm() local
6629 hasMemory = true; in visitInlineAsm()
6635 hasMemory = true; in visitInlineAsm()
6646 if (hasMemory || IA->hasSideEffects()) in visitInlineAsm()
7066 if (!IA->hasSideEffects() && !hasMemory && IndirectStoresToEmit.empty()) in visitInlineAsm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7801 bool hasMemory(const TargetLowering &TLI) const { in hasMemory() function in __anon5a7706b20a11::SDISelAsmOperandInfo
8166 HasSideEffect = OpInfo.hasMemory(TLI); in visitInlineAsm()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7840 bool hasMemory(const TargetLowering &TLI) const { in hasMemory() function in __anonb4bde99e0c11::SDISelAsmOperandInfo
8210 HasSideEffect = OpInfo.hasMemory(TLI); in visitInlineAsm()