Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h102 bool GVsWithCode = true,
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
189 bool GVsWithCode,
DJIT.cpp210 bool GVsWithCode, in createJIT() argument
219 return new JIT(M, *TM, *TJ, JMM, OptLevel, GVsWithCode); in createJIT()
271 JITMemoryManager *JMM, CodeGenOpt::Level OptLevel, bool GVsWithCode) in JIT() argument
272 : ExecutionEngine(M), TM(tm), TJI(tji), AllocateGVsWithCode(GVsWithCode), in JIT()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h136 bool GVsWithCode,
143 bool GVsWithCode,
188 bool GVsWithCode = true);
201 bool GVsWithCode = true,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp40 bool GVsWithCode, in createJIT() argument
50 GVsWithCode); in createJIT()
DMCJIT.h83 bool GVsWithCode,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp45 bool GVsWithCode,
52 bool GVsWithCode,
406 bool GVsWithCode) { in create() argument
413 .setAllocateGVsWithCode(GVsWithCode) in create()
424 bool GVsWithCode, in createJIT() argument
443 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, OptLevel, GVsWithCode, TM); in createJIT()