Home
last modified time | relevance | path

Searched refs:AllocateGVsWithCode (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h66 bool AllocateGVsWithCode; variable
82 bool AllocateGVsWithCode);
DJIT.cpp272 : ExecutionEngine(M), TM(tm), TJI(tji), AllocateGVsWithCode(GVsWithCode), in JIT()
807 } else if (AllocateGVsWithCode) { in getMemoryForGV()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h464 bool AllocateGVsWithCode; variable
478 AllocateGVsWithCode = false; in InitEngine()
544 AllocateGVsWithCode = a; in setAllocateGVsWithCode()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.h28 bool AllocateGVsWithCode);
DMCJIT.cpp59 bool AllocateGVsWithCode) in MCJIT() argument
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp474 AllocateGVsWithCode, TM); in create()
479 AllocateGVsWithCode, TM); in create()