Lines Matching refs:JM

215       gallivm = gallivm_create(pName, wrap(&JM()->mContext));  in BuilderSWR()
584 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileGS()
586 std::vector<Type *> gsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileGS()
587 PointerType::get(Gen_SWR_GS_CONTEXT(JM()), 0)}; in CompileGS()
589 FunctionType::get(Type::getVoidTy(JM()->mContext), gsArgs, false); in CompileGS()
595 JM()->mpCurrentModule); in CompileGS()
598 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileGS()
604 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileGS()
707 JM()->mIsModuleFinalized = true; in CompileGS()
752 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileVS()
754 std::vector<Type *> vsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileVS()
755 PointerType::get(Gen_SWR_VS_CONTEXT(JM()), 0)}; in CompileVS()
757 FunctionType::get(Type::getVoidTy(JM()->mContext), vsArgs, false); in CompileVS()
763 JM()->mpCurrentModule); in CompileVS()
766 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileVS()
772 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileVS()
791 vtxInput = BITCAST(vtxInput, PointerType::get(Gen_simd16vertex(JM()), 0)); in CompileVS()
844 vtxOutput = BITCAST(vtxOutput, PointerType::get(Gen_simd16vertex(JM()), 0)); in CompileVS()
955 JM()->mIsModuleFinalized = true; in CompileVS()
1035 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileFS()
1037 std::vector<Type *> fsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileFS()
1038 PointerType::get(Gen_SWR_PS_CONTEXT(JM()), 0)}; in CompileFS()
1040 FunctionType::get(Type::getVoidTy(JM()->mContext), fsArgs, false); in CompileFS()
1045 JM()->mpCurrentModule); in CompileFS()
1048 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileFS()
1054 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileFS()
1134 ff = VECTOR_SPLAT(JM()->mVWidth, ff, "vFrontFace"); in CompileFS()
1397 JM()->mIsModuleFinalized = true; in CompileFS()