Home | History | Annotate | Download | only in jitter

Lines Matching refs:pFunc

1422     Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType)
1425 IRB()->SetInsertPoint(&pFunc->getEntryBlock(),
1426 pFunc->getEntryBlock().begin());
1432 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize)
1435 IRB()->SetInsertPoint(&pFunc->getEntryBlock(),
1436 pFunc->getEntryBlock().begin());
1461 Function* pFunc = pCurBB->getParent();
1469 pScatterStackSrc = CreateEntryAlloca(pFunc, mSimdInt64Ty);
1470 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty);
1488 BasicBlock* pLoop = BasicBlock::Create(mpJitMgr->mContext, "Scatter_Loop", pFunc);
1678 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy));
1684 CALL(pFunc, { pBucketMgr, pId });
1700 Function* pFunc = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy));
1706 CALL(pFunc, { pBucketMgr, pId });