| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.cpp | 50 mVoidTy = Type::getVoidTy(pJitMgr->mContext); 51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext); 52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); 54 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext); 55 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext); 56 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext); 57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); 58 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext); 62 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); 118 MDNode* N = MDNode::get(JM()->mContext, MDStrin [all...] |
| H A D | builder_misc.cpp | 372 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); 375 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); 385 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 388 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 398 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 401 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 416 printCallArgs.push_back(FP_EXT(pArg, Type::getDoubleTy(JM()->mContext))); 431 Constant* constString = ConstantDataArray::getString(JM()->mContext, tempStr, true); 446 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, true); 941 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), arg [all...] |
| H A D | builder_mem.cpp | 425 Type* vGatherTy = VectorType::get(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 434 Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), 530 Type* vGatherTy = VectorType::get(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 535 Type* v128Ty = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), 685 BasicBlock* pLoop = BasicBlock::Create(mpJitMgr->mContext, "Scatter_Loop", pFunc); 709 pPostLoop = BasicBlock::Create(mpJitMgr->mContext, "PostScatter_Loop", pFunc);
|
| H A D | streamout_jit.cpp | 206 BasicBlock* validBB = BasicBlock::Create(JM()->mContext, "valid", soFunc); 284 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", soFunc); 285 BasicBlock* returnBB = BasicBlock::Create(JM()->mContext, "return", soFunc);
|
| H A D | JitManager.cpp | 63 mContext(), mBuilder(mContext), mIsModuleFinalized(true), mJitNumber(0), mVWidth(simdWidth), 151 fsArgs.push_back(Type::getInt8PtrTy(mContext)); 160 mFetchShaderTy = FunctionType::get(Type::getVoidTy(mContext), fsArgs, false); 216 std::unique_ptr<Module> newModule(new Module("", mContext));
|
| H A D | JitManager.h | 141 JitLLVMContext mContext; ///< LLVM compiler member in struct:JitManager
|
| H A D | fetch_jit.cpp | 127 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", fetch); 177 indices = BITCAST(indices, Type::getInt8PtrTy(JM()->mContext, 0)); 401 BasicBlock::Create(JM()->mContext, "MaskedLaneLoad", pCurrentBB->getParent()); 402 BasicBlock* pEndLoadBB = BasicBlock::Create(JM()->mContext, "AfterMaskedLoad", pCurrentBB->getParent()); 1242 Type* v128Ty = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), 2); 1617 Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), 2); 1875 Type* vGatherTy = VectorType::get(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 1886 Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128),
|
| H A D | blend_jit.cpp | 583 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.cpp | 50 mVoidTy = Type::getVoidTy(pJitMgr->mContext); 51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext); 52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); 54 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext); 55 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext); 56 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext); 57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); 58 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext); 59 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); 121 MDNode* N = MDNode::get(JM()->mContext, MDStrin [all...] |
| H A D | streamout_jit.cpp | 206 BasicBlock* validBB = BasicBlock::Create(JM()->mContext, "valid", soFunc); 279 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", soFunc); 280 BasicBlock* returnBB = BasicBlock::Create(JM()->mContext, "return", soFunc);
|
| H A D | builder_misc.cpp | 435 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); 438 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); 452 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 455 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 469 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 472 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); 487 printCallArgs.push_back(FP_EXT(pArg, Type::getDoubleTy(JM()->mContext))); 502 Constant* constString = ConstantDataArray::getString(JM()->mContext, tempStr, true); 517 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, true); 1038 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), arg [all...] |
| H A D | JitManager.h | 143 JitLLVMContext mContext; ///< LLVM compiler member in struct:JitManager
|
| H A D | builder_mem.cpp | 430 Type* vGatherTy = getVectorType(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 439 Type* v128bitTy = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), 535 Type* vGatherTy = getVectorType(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 540 Type* v128Ty = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), 702 BasicBlock* pLoop = BasicBlock::Create(mpJitMgr->mContext, "Scatter_Loop", pFunc); 726 pPostLoop = BasicBlock::Create(mpJitMgr->mContext, "PostScatter_Loop", pFunc);
|
| H A D | JitManager.cpp | 63 mContext(), mBuilder(mContext), mIsModuleFinalized(true), mJitNumber(0), mVWidth(simdWidth), 151 fsArgs.push_back(Type::getInt8PtrTy(mContext)); 160 mFetchShaderTy = FunctionType::get(Type::getVoidTy(mContext), fsArgs, false); 216 std::unique_ptr<Module> newModule(new Module("", mContext));
|
| H A D | fetch_jit.cpp | 126 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", fetch); 177 indices = BITCAST(indices, Type::getInt8PtrTy(JM()->mContext, 0)); 407 BasicBlock::Create(JM()->mContext, "MaskedLaneLoad", pCurrentBB->getParent()); 409 BasicBlock::Create(JM()->mContext, "AfterMaskedLoad", pCurrentBB->getParent()); 1322 Type* v128Ty = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), 2); 1703 Type* v128bitTy = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), 2); 1961 Type* vGatherTy = getVectorType(IntegerType::getInt32Ty(JM()->mContext), mVWidth); 1972 Type* v128bitTy = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128),
|
| H A D | blend_jit.cpp | 585 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_llvm.hpp | 47 LLVMContext& ctx = pJitMgr->mContext; 51 StructType* pRetType = StructType::getTypeByName(pJitMgr->mContext, "${type['name']}");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_llvm.hpp | 45 LLVMContext& ctx = pJitMgr->mContext;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 217 gallivm = gallivm_create(pName, wrap(&JM()->mContext)); 592 FunctionType::get(Type::getVoidTy(JM()->mContext), gsArgs, false); 601 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 607 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); 763 FunctionType::get(Type::getVoidTy(JM()->mContext), vsArgs, false); 772 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 778 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); 1049 FunctionType::get(Type::getVoidTy(JM()->mContext), fsArgs, false); 1057 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 1063 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 330 gallivm = gallivm_create(pName, wrap(&JM()->mContext), NULL); 1549 FunctionType::get(Type::getVoidTy(JM()->mContext), gsArgs, false); 1558 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 1564 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); 1776 FunctionType::get(Type::getVoidTy(JM()->mContext), tesArgs, false); 1786 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 1792 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); 2077 FunctionType::get(Type::getVoidTy(JM()->mContext), tcsArgs, false); 2087 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); 2093 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entr [all...] |