Lines Matching refs:JM
165 gallivm = gallivm_create(pName, wrap(&JM()->mContext));
189 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float));
191 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder);
193 std::vector<Type *> vsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0),
194 PointerType::get(Gen_SWR_VS_CONTEXT(JM()), 0)};
196 FunctionType::get(Type::getVoidTy(JM()->mContext), vsArgs, false);
202 JM()->mpCurrentModule);
205 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction);
347 JM()->mIsModuleFinalized = true;
391 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float));
393 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder);
395 std::vector<Type *> fsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0),
396 PointerType::get(Gen_SWR_PS_CONTEXT(JM()), 0)};
398 FunctionType::get(Type::getVoidTy(JM()->mContext), fsArgs, false);
403 JM()->mpCurrentModule);
406 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction);
486 ff = VECTOR_SPLAT(JM()->mVWidth, ff, "vFrontFace");
508 inputs[attrib][0] = wrap(VECTOR_SPLAT(JM()->mVWidth, primID));
707 JM()->mIsModuleFinalized = true;