Home | History | Annotate | Download | only in jitter

Lines Matching defs:pFunc

1380     Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType)
1383 IRB()->SetInsertPoint(&pFunc->getEntryBlock(),
1384 pFunc->getEntryBlock().begin());
1409 Function* pFunc = pCurBB->getParent();
1417 pScatterStackSrc = CreateEntryAlloca(pFunc, mSimdInt64Ty);
1418 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty);
1436 BasicBlock* pLoop = BasicBlock::Create(mpJitMgr->mContext, "Scatter Loop", pFunc);
1644 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy));
1650 CALL(pFunc, { pBucketMgr, pId });
1666 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy));
1672 CALL(pFunc, { pBucketMgr, pId });