Home
last modified time | relevance | path

Searched refs:JM (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_builder.hpp59 …Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func…
61 …Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func…
70 …Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']}, a…
73 … Function* pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']});
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp121 MDNode* N = MDNode::get(JM()->mContext, MDString::get(JM()->mContext, "is_temp_alloca")); in SetTempAlloca()
139 MDNode* N = MDNode::get(JM()->mContext, MDString::get(JM()->mContext, mdName)); in SetNamedMetaDataOnCallInstr()
204 Type* pVecType = StructType::get(JM()->mContext, vecTypes); in GetVectorType()
216 Type* vecType = getVectorType(pType, JM()->mVWidth); in GetVectorType()
Dbuilder_misc.cpp433 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
436 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
450 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
453 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
467 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
470 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
485 printCallArgs.push_back(FP_EXT(pArg, Type::getDoubleTy(JM()->mContext))); in PRINT()
500 Constant* constString = ConstantDataArray::getString(JM()->mContext, tempStr, true); in PRINT()
503 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT()
515 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, true); in PRINT()
[all …]
Dstreamout_jit.cpp206 BasicBlock* validBB = BasicBlock::Create(JM()->mContext, "valid", soFunc); in buildStream()
269 PointerType::get(Gen_SWR_STREAMOUT_CONTEXT(JM()), 0), // SWR_STREAMOUT_CONTEXT* in Create()
274 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create()
279 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", soFunc); in Create()
280 BasicBlock* returnBB = BasicBlock::Create(JM()->mContext, "return", soFunc); in Create()
308 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create()
Dfetch_jit.cpp125 JM()->mFetchShaderTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create()
126 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", fetch); in Create()
177 indices = BITCAST(indices, Type::getInt8PtrTy(JM()->mContext, 0)); in Create()
282 ::FunctionPassManager setupPasses(JM()->mpCurrentModule); in Create()
294 ::FunctionPassManager optPasses(JM()->mpCurrentModule); in Create()
407 BasicBlock::Create(JM()->mContext, "MaskedLaneLoad", pCurrentBB->getParent()); in CreateGatherOddFormats()
409 BasicBlock::Create(JM()->mContext, "AfterMaskedLoad", pCurrentBB->getParent()); in CreateGatherOddFormats()
413 JM()->mBuilder.SetInsertPoint(pMaskedLoadBlock); in CreateGatherOddFormats()
454 JM()->mBuilder.SetInsertPoint(pEndLoadBB); in CreateGatherOddFormats()
1246 DataLayout dL(JM()->mpCurrentModule); in GetSimdValid32bitIndices()
[all …]
Dbuilder_mem.cpp430 Type* vGatherTy = getVectorType(IntegerType::getInt32Ty(JM()->mContext), mVWidth); in Shuffle16bpcGather4()
439 Type* v128bitTy = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), in Shuffle16bpcGather4()
535 Type* vGatherTy = getVectorType(IntegerType::getInt32Ty(JM()->mContext), mVWidth); in Shuffle8bpcGather4()
540 Type* v128Ty = getVectorType(IntegerType::getIntNTy(JM()->mContext, 128), in Shuffle8bpcGather4()
Dbuilder.h70 JitManager* JM() { return mpJitMgr; } in JM() function
Dbuilder_gfx_mem.cpp233 DataLayout dataLayout(JM()->mpCurrentModule); in TrackerHelper()
240 DataLayout dataLayout(JM()->mpCurrentModule); in TrackerHelper()
Dblend_jit.cpp571 PointerType::get(Gen_SWR_BLEND_CONTEXT(JM()), 0) // SWR_BLEND_CONTEXT* in Create()
580 fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); in Create()
583 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc); in Create()
864 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp190 if (JM()->mArch.AVX512F()) in LowerX86()
194 else if (JM()->mArch.AVX2()) in LowerX86()
198 else if (JM()->mArch.AVX()) in LowerX86()
222 … B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy).getCallee()); in LowerX86()
224 B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy)); in LowerX86()
354 Function* pIntrin = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, id); in ProcessIntrinsicAdvanced()
409 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, x86Intrinsic); in ProcessIntrinsic()
476 JitManager* JM() { return B->JM(); } in JM() function
586 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
591 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp330 gallivm = gallivm_create(pName, wrap(&JM()->mContext), NULL); in BuilderSWR()
1543 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileGS()
1545 std::vector<Type *> gsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileGS()
1547 PointerType::get(Gen_SWR_GS_CONTEXT(JM()), 0)}; in CompileGS()
1549 FunctionType::get(Type::getVoidTy(JM()->mContext), gsArgs, false); in CompileGS()
1555 JM()->mpCurrentModule); in CompileGS()
1558 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileGS()
1564 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileGS()
1678 JM()->mIsModuleFinalized = true; in CompileGS()
1770 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileTES()
[all …]
/external/icu/icu4c/source/data/region/
Dsah.txt21 JM{"Дьамаайка"}
Dyi.txt120 JM{"דזשאַמייקע"}
Dzgh.txt101 JM{"ⵊⴰⵎⴰⵢⴽⴰ"}
Dshi.txt101 JM{"ⵊⴰⵎⴰⵢⴽⴰ"}
Ddyo.txt91 JM{"Samaik"}
Dtt.txt113 JM{"Ямайка"}
Dks.txt144 JM{"جَمایکا"}
Dbrx.txt146 JM{"जमाइका"}
Dmzn.txt153 JM{"جاماییکا"}
Dchr.txt155 JM{"ᏣᎺᎢᎧ"}
Dgu.txt155 JM{"જમૈકા"}
Dru.txt155 JM{"Ямайка"}
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/
Dvalid-shell.txt147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
151 # NP-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[
165 # NPLONG-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K
169 # NPLONG-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[
/external/libphonenumber/
Drelease_notes.txt18 GT, GY, HN, HT, IE, IN, IQ, JM, JO, KE, KG, KH, KW, LV, NO, SG, SV, UY
68 882, AG, AI, AS, BB, BM, BR, BS, CA, DM, DO, GD, GU, HU, IN, JM, KN, KY, KZ,
158 - Updated phone metadata for region code(s): EH, ET, JM, MA, SK, SN, SY, ZM
309 AG, AI, AS, BB, BM, BS, CA, DM, DO, ET, GD, GU, JM, KN, KY, LC, MP, MS, PR,
457 AF, AS, BD, BE, CA, CI, ID, IN, JM, KH, LI, LU, MU, NE, PL
486 BD, BH, EH, GH, IN, JM, LU, MA, MY, NF, NG, PK, SB, TT, TZ
572 AF, AG, AI, AS, BB, BF, BM, BS, CA, CN, CR, DM, DO, DZ, FR, GD, GU, IN, JM,
644 AG, AI, AS, BB, BF, BM, BS, CA, CR, DM, DO, EC, GD, GU, JM, KN, KY, LC, MP,
679 CI, CM, CO, CW, DZ, FJ, GD, GE, GH, GT, GY, HN, HT, ID, IE, IM, IN, IQ, JM,
762 AU, BR, DO, EG, FR, GH, ID, IL, JM, KE, KZ, LR, MW, NG, NI, SA, SE, SL, TZ, US, UZ
[all …]

12345678910>>...16