| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_builder.hpp | 54 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy).getCallee()); 56 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy)); 65 Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']}, args); 68 Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']});
|
| H A D | gen_llvm.hpp | 48 StructType* pRetType = pJitMgr->mpCurrentModule->getTypeByName("${type['name']}"); 61 llvm::DIBuilder builder(*pJitMgr->mpCurrentModule);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_builder.hpp | 61 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy).getCallee()); 63 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy)); 72 Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']}, args); 75 Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']});
|
| H A D | gen_llvm.hpp | 53 StructType* pRetType = pJitMgr->mpCurrentModule->getTypeByName("${type['name']}"); 67 llvm::DIBuilder builder(*pJitMgr->mpCurrentModule);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.h | 132 llvm::NamedMDNode* metaData = mpJitMgr->mpCurrentModule->getOrInsertNamedMetadata(s); 134 llvm::MDNode* mdNode = llvm::MDNode::get(mpJitMgr->mpCurrentModule->getContext(), 147 NamedMDNode* metaData = mpJitMgr->mpCurrentModule->getNamedMetadata(s);
|
| H A D | JitManager.cpp | 66 mpCurrentModule = nullptr; 217 mpCurrentModule = newModule.get(); 218 mpCurrentModule->setTargetTriple(sys::getProcessTriple()); 231 DIBuilder builder(*mpCurrentModule); 233 DataLayout DL = DataLayout(mpCurrentModule); 272 DIBuilder builder(*mpCurrentModule); 273 DataLayout DL = DataLayout(mpCurrentModule); 287 DIBuilder builder(*mpCurrentModule); 333 DIBuilder builder(*mpCurrentModule); 349 DIBuilder builder(*mpCurrentModule); [all...] |
| H A D | builder_misc.cpp | 434 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); 449 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy).getCallee()); 451 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy)); 622 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat16ToFloat32", pFuncTy).getCallee()); 624 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat16ToFloat32", pFuncTy)); 662 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy).getCallee()); 664 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy)); 944 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy).getCallee()); 946 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy)); 973 JM()->mpCurrentModule [all...] |
| H A D | JitManager.h | 150 llvm::Module* mpCurrentModule; member in struct:JitManager
|
| H A D | streamout_jit.cpp | 279 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 309 ::FunctionPassManager passes(JM()->mpCurrentModule);
|
| H A D | fetch_jit.cpp | 126 JM()->mFetchShaderTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 279 ::FunctionPassManager setupPasses(JM()->mpCurrentModule); 291 ::FunctionPassManager optPasses(JM()->mpCurrentModule); 1166 DataLayout dL(JM()->mpCurrentModule);
|
| H A D | blend_jit.cpp | 580 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 864 ::FunctionPassManager passes(JM()->mpCurrentModule);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.h | 135 llvm::NamedMDNode* metaData = mpJitMgr->mpCurrentModule->getOrInsertNamedMetadata(s); 137 llvm::MDNode* mdNode = llvm::MDNode::get(mpJitMgr->mpCurrentModule->getContext(), 150 NamedMDNode* metaData = mpJitMgr->mpCurrentModule->getNamedMetadata(s);
|
| H A D | JitManager.cpp | 66 mpCurrentModule = nullptr; 217 mpCurrentModule = newModule.get(); 218 mpCurrentModule->setTargetTriple(sys::getProcessTriple()); 231 DIBuilder builder(*mpCurrentModule); 233 DataLayout DL = DataLayout(mpCurrentModule); 272 DIBuilder builder(*mpCurrentModule); 273 DataLayout DL = DataLayout(mpCurrentModule); 287 DIBuilder builder(*mpCurrentModule); 337 DIBuilder builder(*mpCurrentModule); 353 DIBuilder builder(*mpCurrentModule); [all...] |
| H A D | builder_misc.cpp | 505 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); 520 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy).getCallee()); 522 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy)); 728 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy).getCallee()); 730 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy)); 1041 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy).getCallee()); 1043 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy)); 1070 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy).getCallee()); 1072 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy));
|
| H A D | JitManager.h | 152 llvm::Module* mpCurrentModule; member in struct:JitManager
|
| H A D | streamout_jit.cpp | 274 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 308 ::FunctionPassManager passes(JM()->mpCurrentModule);
|
| H A D | builder_gfx_mem.cpp | 233 DataLayout dataLayout(JM()->mpCurrentModule); 240 DataLayout dataLayout(JM()->mpCurrentModule);
|
| H A D | fetch_jit.cpp | 125 JM()->mFetchShaderTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 282 ::FunctionPassManager setupPasses(JM()->mpCurrentModule); 294 ::FunctionPassManager optPasses(JM()->mpCurrentModule); 1246 DataLayout dL(JM()->mpCurrentModule);
|
| H A D | blend_jit.cpp | 582 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); 866 ::FunctionPassManager passes(JM()->mpCurrentModule);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 224 B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy).getCallee()); 226 B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy)); 358 Function* pIntrin = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, id); 413 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, x86Intrinsic); 596 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 601 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 606 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 706 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 712 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 718 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 325 Function* pIntrin = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, id); 379 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, x86Intrinsic); 523 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 528 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 533 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 615 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 621 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 627 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, 654 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, Intrinsic::x86_avx_round_ps_256); 688 auto vf32SrcRound = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 218 pJitMgr->mpCurrentModule = unwrap(gallivm->module); 598 JM()->mpCurrentModule); 769 JM()->mpCurrentModule); 1054 JM()->mpCurrentModule); 1404 llvm::legacy::FunctionPassManager lowerPass(JM()->mpCurrentModule);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 331 pJitMgr->mpCurrentModule = unwrap(gallivm->module); 1555 JM()->mpCurrentModule); 1782 JM()->mpCurrentModule); 2083 JM()->mpCurrentModule); 2339 JM()->mpCurrentModule); 2644 JM()->mpCurrentModule); 3013 llvm::legacy::FunctionPassManager lowerPass(JM()->mpCurrentModule);
|