Home
last modified time | relevance | path

Searched refs:allocateSeparateGVMemory (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h136 virtual bool allocateSeparateGVMemory() const { return false; } in allocateSeparateGVMemory() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.h94 virtual bool allocateSeparateGVMemory() const { in allocateSeparateGVMemory() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp797 } else if (TJI.allocateSeparateGVMemory()) { in getMemoryForGV()