Lines Matching refs:JM

192             if (JM()->mArch.AVX512F())  in LowerX86()
196 else if (JM()->mArch.AVX2()) in LowerX86()
200 else if (JM()->mArch.AVX()) in LowerX86()
224 … B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy).getCallee()); in LowerX86()
226 B->JM()->mpCurrentModule->getOrInsertFunction("ScatterPS_256", pfnScatterTy)); in LowerX86()
358 Function* pIntrin = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, id); in ProcessIntrinsicAdvanced()
413 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, x86Intrinsic); in ProcessIntrinsic()
480 JitManager* JM() { return B->JM(); } in JM() function
596 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
601 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
606 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
706 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
712 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
718 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
780 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VSCATTER_EMU()
789 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VSCATTER_EMU()
810 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, Intrinsic::x86_avx_round_ps_256); in VROUND_EMU()
844 auto vf32SrcRound = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VCONVERT_EMU()
851 auto pfnFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VCONVERT_EMU()
876 Intrinsic::getDeclaration(B->JM()->mpCurrentModule, Intrinsic::x86_avx_hsub_ps_256); in VHSUB_EMU()
904 Function* pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, intrin); in DOUBLE_EMU()