/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_builder.hpp | 59 …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/ |
D | builder.cpp | 121 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()
|
D | builder_misc.cpp | 433 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 …]
|
D | streamout_jit.cpp | 206 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()
|
D | fetch_jit.cpp | 125 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 …]
|
D | builder_mem.cpp | 430 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()
|
D | builder.h | 70 JitManager* JM() { return mpJitMgr; } in JM() function
|
D | builder_gfx_mem.cpp | 233 DataLayout dataLayout(JM()->mpCurrentModule); in TrackerHelper() 240 DataLayout dataLayout(JM()->mpCurrentModule); in TrackerHelper()
|
D | blend_jit.cpp | 571 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/ |
D | lower_x86.cpp | 190 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/ |
D | swr_shader.cpp | 330 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/ |
D | sah.txt | 21 JM{"Дьамаайка"}
|
D | yi.txt | 120 JM{"דזשאַמייקע"}
|
D | zgh.txt | 101 JM{"ⵊⴰⵎⴰⵢⴽⴰ"}
|
D | shi.txt | 101 JM{"ⵊⴰⵎⴰⵢⴽⴰ"}
|
D | dyo.txt | 91 JM{"Samaik"}
|
D | tt.txt | 113 JM{"Ямайка"}
|
D | ks.txt | 144 JM{"جَمایکا"}
|
D | brx.txt | 146 JM{"जमाइका"}
|
D | mzn.txt | 153 JM{"جاماییکا"}
|
D | chr.txt | 155 JM{"ᏣᎺᎢᎧ"}
|
D | gu.txt | 155 JM{"જમૈકા"}
|
D | ru.txt | 155 JM{"Ямайка"}
|
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 147 # 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/ |
D | release_notes.txt | 18 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 …]
|