Searched refs:COV (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp455 unsigned COV = InfoCache.getCodeObjectVersion(); variable
471 HasApertureRegs, SupportsGetDoorbellID, COV);
485 if (COV >= 5)
491 if (funcRetrievesMultigridSyncArg(A, COV)) {
497 if (funcRetrievesHostcallPtr(A, COV)) {
502 if (funcRetrievesHeapPtr(A, COV)) {
507 if (isAssumed(QUEUE_PTR) && funcRetrievesQueuePtr(A, COV)) {
516 if (isAssumed(DEFAULT_QUEUE) && funcRetrievesDefaultQueue(A, COV))
519 if (isAssumed(COMPLETION_ACTION) && funcRetrievesCompletionAction(A, COV))
605 bool funcRetrievesMultigridSyncArg(Attributor &A, unsigned COV) { argument
611 funcRetrievesHostcallPtr(Attributor &A, unsigned COV) argument
617 funcRetrievesDefaultQueue(Attributor &A, unsigned COV) argument
623 funcRetrievesCompletionAction(Attributor &A, unsigned COV) argument
629 funcRetrievesHeapPtr(Attributor &A, unsigned COV) argument
636 funcRetrievesQueuePtr(Attributor &A, unsigned COV) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h47 // Assume the default COV for now, EmitDirectiveAMDHSACodeObjectVersion
55 virtual void EmitDirectiveAMDHSACodeObjectVersion(unsigned COV) { argument
56 CodeObjectVersion = COV;
131 void EmitDirectiveAMDHSACodeObjectVersion(unsigned COV) override;
H A DAMDGPUTargetStreamer.cpp222 unsigned COV) {
223 AMDGPUTargetStreamer::EmitDirectiveAMDHSACodeObjectVersion(COV);
224 OS << "\t.amdhsa_code_object_version " << COV << '\n'; local
221 EmitDirectiveAMDHSACodeObjectVersion( unsigned COV) argument
/freebsd-current/contrib/libfido2/fuzz/
H A DMakefile9 COV := llvm-cov macro
53 ${COV} show -format=html -tab-size=8 -instr-profile=/$< \
59 docker exec ${RUNNER} ${COV} report -use-color=false \
64 docker exec ${RUNNER} /bin/sh -c '${COV} report -use-color=false \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h63 unsigned getMultigridSyncArgImplicitArgPosition(unsigned COV);
66 unsigned getHostcallImplicitArgPosition(unsigned COV);
68 unsigned getDefaultQueueImplicitArgPosition(unsigned COV);
69 unsigned getCompletionActionImplicitArgPosition(unsigned COV);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp375 llvm::Constant *COV = llvm::ConstantInt::get( local
381 CGM.getModule(), Type, true, llvm::GlobalValue::WeakODRLinkage, COV, Name,

Completed in 135 milliseconds