Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h82 llvm::CodeObjectVersionKind CodeObjectVersion =
83 llvm::CodeObjectVersionKind::COV_None;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h126 enum CodeObjectVersionKind { enum
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp371 llvm::CodeObjectVersionKind::COV_None) in emitTargetGlobals()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp880 llvm::CodeObjectVersionKind::COV_None) { in Release()
H A DCGBuiltin.cpp17739 if (Cov == CodeObjectVersionKind::COV_None) { in EmitAMDGPUWorkGroupSize()
17757 llvm::ConstantInt::get(CGF.Int32Ty, CodeObjectVersionKind::COV_5)); in EmitAMDGPUWorkGroupSize()
17772 if (Cov == CodeObjectVersionKind::COV_5) { in EmitAMDGPUWorkGroupSize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4797 NormalizedValuesScope<"llvm::CodeObjectVersionKind">,