Searched refs:mpCurrentModule (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 86 mpCurrentModule = newModule.get(); in JitManager() 96 mpCurrentModule->setTargetTriple(hostTriple.getTriple()); in JitManager() 183 mpCurrentModule = newModule.get(); in SetupNewModule() 199 DIBuilder builder(*mpCurrentModule); in CreateDebugStructType() 201 DataLayout DL = DataLayout(mpCurrentModule); in CreateDebugStructType() 232 DIBuilder builder(*mpCurrentModule); in GetDebugArrayType() 233 DataLayout DL = DataLayout(mpCurrentModule); in GetDebugArrayType() 246 DIBuilder builder(*mpCurrentModule); in GetDebugType() 277 DIBuilder builder(*mpCurrentModule); in GetDebugFunctionType() 293 DIBuilder builder(*mpCurrentModule); in GetDebugIntegerType() [all …]
|
D | builder_misc.cpp | 405 Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::debugtrap); in DEBUGTRAP() 432 …Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_avx2_maskload_d_2… in MASKLOADD() 443 …Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule,Intrinsic::x86_avx_maskload_ps_25… in MASKLOADD() 552 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT() 565 …Function *callPrintFn = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", cal… in PRINT() 1002 …Function* pCvtPh2Ps = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat16ToF… in CVTPH2PS() 1036 …Function* pCvtPs2Ph = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToF… in CVTPS2PH() 1485 …Function* pfnCttz = Intrinsic::getDeclaration(mpJitMgr->mpCurrentModule, Intrinsic::cttz, { mInt32… in SCATTERPS() 1583 … Function* pfnStackSave = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::stacksave); in STACKSAVE() 1589 …Function* pfnStackRestore = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::stackresto… in STACKRESTORE() [all …]
|
D | streamout_jit.cpp | 135 …Function* maskStore = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_avx_maskstor… in buildDecl() 274 … soFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create() 299 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create()
|
D | JitManager.h | 139 llvm::Module* mpCurrentModule; member
|
D | blend_jit.cpp | 535 …endFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create() 794 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create()
|
D | fetch_jit.cpp | 139 …n::Create(JM()->mFetchShaderTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create() 333 ::FunctionPassManager setupPasses(JM()->mpCurrentModule); in Create() 345 ::FunctionPassManager optPasses(JM()->mpCurrentModule); in Create() 1854 DataLayout dL(JM()->mpCurrentModule); in GetSimdValid32bitIndices()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_llvm.hpp | 45 StructType* pRetType = pJitMgr->mpCurrentModule->getTypeByName("${type['name']}"); 59 llvm::DIBuilder builder(*pJitMgr->mpCurrentModule);
|
D | gen_builder.hpp | 43 … Function *pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']});
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 216 pJitMgr->mpCurrentModule = unwrap(gallivm->module); in BuilderSWR() 595 JM()->mpCurrentModule); in CompileGS() 763 JM()->mpCurrentModule); in CompileVS() 1045 JM()->mpCurrentModule); in CompileFS()
|