Home
last modified time | relevance | path

Searched refs:isGVCompilationDisabled (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h377 bool isGVCompilationDisabled() const { in isGVCompilationDisabled() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h463 bool isGVCompilationDisabled() const { in isGVCompilationDisabled() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h451 bool isGVCompilationDisabled() const { in isGVCompilationDisabled() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp783 if (isGVCompilationDisabled() && !GV->isConstant()) { in getMemoryForGV()