Lines Matching refs:COV
455 unsigned COV = InfoCache.getCodeObjectVersion(); in updateImpl() local
471 HasApertureRegs, SupportsGetDoorbellID, COV); in updateImpl()
485 if (COV >= 5) in updateImpl()
491 if (funcRetrievesMultigridSyncArg(A, COV)) { in updateImpl()
497 if (funcRetrievesHostcallPtr(A, COV)) { in updateImpl()
502 if (funcRetrievesHeapPtr(A, COV)) { in updateImpl()
507 if (isAssumed(QUEUE_PTR) && funcRetrievesQueuePtr(A, COV)) { in updateImpl()
516 if (isAssumed(DEFAULT_QUEUE) && funcRetrievesDefaultQueue(A, COV)) in updateImpl()
519 if (isAssumed(COMPLETION_ACTION) && funcRetrievesCompletionAction(A, COV)) in updateImpl()
605 bool funcRetrievesMultigridSyncArg(Attributor &A, unsigned COV) { in funcRetrievesMultigridSyncArg()
606 auto Pos = llvm::AMDGPU::getMultigridSyncArgImplicitArgPosition(COV); in funcRetrievesMultigridSyncArg()
611 bool funcRetrievesHostcallPtr(Attributor &A, unsigned COV) { in funcRetrievesHostcallPtr()
612 auto Pos = llvm::AMDGPU::getHostcallImplicitArgPosition(COV); in funcRetrievesHostcallPtr()
617 bool funcRetrievesDefaultQueue(Attributor &A, unsigned COV) { in funcRetrievesDefaultQueue()
618 auto Pos = llvm::AMDGPU::getDefaultQueueImplicitArgPosition(COV); in funcRetrievesDefaultQueue()
623 bool funcRetrievesCompletionAction(Attributor &A, unsigned COV) { in funcRetrievesCompletionAction()
624 auto Pos = llvm::AMDGPU::getCompletionActionImplicitArgPosition(COV); in funcRetrievesCompletionAction()
629 bool funcRetrievesHeapPtr(Attributor &A, unsigned COV) { in funcRetrievesHeapPtr()
630 if (COV < 5) in funcRetrievesHeapPtr()
636 bool funcRetrievesQueuePtr(Attributor &A, unsigned COV) { in funcRetrievesQueuePtr()
637 if (COV < 5) in funcRetrievesQueuePtr()