Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp455 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h52 virtual void EmitDirectiveAMDHSACodeObjectVersion(unsigned COV) { in EmitDirectiveAMDHSACodeObjectVersion() argument
53 CodeObjectVersion = COV; in EmitDirectiveAMDHSACodeObjectVersion()
131 void EmitDirectiveAMDHSACodeObjectVersion(unsigned COV) override;
H A DAMDGPUTargetStreamer.cpp241 unsigned COV) { in EmitDirectiveAMDHSACodeObjectVersion() argument
242 AMDGPUTargetStreamer::EmitDirectiveAMDHSACodeObjectVersion(COV); in EmitDirectiveAMDHSACodeObjectVersion()
243 OS << "\t.amdhsa_code_object_version " << COV << '\n'; in EmitDirectiveAMDHSACodeObjectVersion()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h76 unsigned getMultigridSyncArgImplicitArgPosition(unsigned COV);
79 unsigned getHostcallImplicitArgPosition(unsigned COV);
81 unsigned getDefaultQueueImplicitArgPosition(unsigned COV);
82 unsigned getCompletionActionImplicitArgPosition(unsigned COV);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp415 llvm::Constant *COV = llvm::ConstantInt::get( in emitTargetGlobals() local
421 CGM.getModule(), Type, true, llvm::GlobalValue::WeakODRLinkage, COV, Name, in emitTargetGlobals()