/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ROCm.h | 29 static DeviceLibABIVersion fromCodeObjectVersion(unsigned CodeObjectVersion) { in fromCodeObjectVersion() 30 if (CodeObjectVersion < 4) in fromCodeObjectVersion() 31 CodeObjectVersion = 4; in fromCodeObjectVersion() 32 return DeviceLibABIVersion(CodeObjectVersion * 100); in fromCodeObjectVersion()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 37 unsigned CodeObjectVersion; 46 CodeObjectVersion(AMDGPU::getDefaultAMDHSACodeObjectVersion()) {} in AMDGPUTargetStreamer() 53 CodeObjectVersion = COV; in EmitDirectiveAMDGCNTarget() 40 unsigned CodeObjectVersion; global() variable
|
H A D | AMDGPUTargetStreamer.cpp | 413 if (CodeObjectVersion >= AMDGPU::AMDHSA_COV5) in EmitAmdhsaKernelDescriptor() 479 switch (CodeObjectVersion) { in getStreamer() 611 getELFABIVersion(STI.getTargetTriple(), CodeObjectVersion)); in getEFlagsV4() 699 if (CodeObjectVersion >= 6) in EmitISAVersion()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 64 unsigned CodeObjectVersion) { in intrinsicToAttrMask() argument 95 NeedsImplicit = (CodeObjectVersion >= AMDGPU::AMDHSA_COV5); in intrinsicToAttrMask() 104 return CodeObjectVersion >= AMDGPU::AMDHSA_COV5 ? IMPLICIT_ARG_PTR : in intrinsicToAttrMask() 108 return CodeObjectVersion >= AMDGPU::AMDHSA_COV4 ? NOT_IMPLICIT_INPUT : in intrinsicToAttrMask() 110 NeedsImplicit = (CodeObjectVersion >= AMDGPU::AMDHSA_COV5); in intrinsicToAttrMask() 147 CodeObjectVersion(AMDGPU::getAMDHSACodeObjectVersion(M)) {} in AMDGPUInformationCache() 178 return CodeObjectVersion; in getCodeObjectVersion() 262 const unsigned CodeObjectVersion; member in __anond88e24330111::AMDGPUInformationCache
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 461 unsigned CodeObjectVersion) const { in getHSAKernelProps() 475 if (CodeObjectVersion >= AMDGPU::AMDHSA_COV5) { in getHSAKernelProps() 481 if (CodeObjectVersion >= AMDGPU::AMDHSA_COV5 && STM.supportsWGP()) in getHSAKernelProps() 552 auto CodeObjectVersion = in emitKernel() 554 auto Kern = getHSAKernelProps(MF, ProgramInfo, CodeObjectVersion); 535 auto CodeObjectVersion = emitKernel() local
|
H A D | AMDGPUAsmPrinter.cpp | 131 CodeObjectVersion); in initTargetStreamer() 163 if (STM.requiresCodeObjectV6() && CodeObjectVersion < AMDGPU::AMDHSA_COV6) { in emitFunctionBodyStart() 342 CodeObjectVersion = AMDGPU::getAMDHSACodeObjectVersion(M); in doInitialization() 345 switch (CodeObjectVersion) { in doFinalization() 440 if (UserSGPRInfo.hasQueuePtr() && CodeObjectVersion < AMDGPU::AMDHSA_COV5) { in getAmdhsaKernelDescriptor() 1395 if (UserSGPRInfo.hasQueuePtr() && CodeObjectVersion < AMDGPU::AMDHSA_COV5)
|
H A D | AMDGPUAsmPrinter.h | 38 unsigned CodeObjectVersion;
|
H A D | AMDGPUHSAMetadataStreamer.h | 93 unsigned CodeObjectVersion) const;
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetOptions.h | 82 llvm::CodeObjectVersionKind CodeObjectVersion = variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 199 uint8_t getELFABIVersion(const Triple &T, unsigned CodeObjectVersion) { in getMultigridSyncArgImplicitArgPosition() 203 switch (CodeObjectVersion) { 212 Twine(CodeObjectVersion)); in getHostcallImplicitArgPosition() 216 unsigned getMultigridSyncArgImplicitArgPosition(unsigned CodeObjectVersion) { in getDefaultQueueImplicitArgPosition() argument 217 switch (CodeObjectVersion) { in getDefaultQueueImplicitArgPosition() 230 unsigned getHostcallImplicitArgPosition(unsigned CodeObjectVersion) { in getCompletionActionImplicitArgPosition() 231 switch (CodeObjectVersion) { in getCompletionActionImplicitArgPosition() 241 unsigned getDefaultQueueImplicitArgPosition(unsigned CodeObjectVersion) { 242 switch (CodeObjectVersion) { 252 unsigned getCompletionActionImplicitArgPosition(unsigned CodeObjectVersion) { in getMIMGOpcode() 178 getELFABIVersion(const Triple & T,unsigned CodeObjectVersion) getELFABIVersion() argument 193 getMultigridSyncArgImplicitArgPosition(unsigned CodeObjectVersion) getMultigridSyncArgImplicitArgPosition() argument 206 getHostcallImplicitArgPosition(unsigned CodeObjectVersion) getHostcallImplicitArgPosition() argument 226 getCompletionActionImplicitArgPosition(unsigned CodeObjectVersion) getCompletionActionImplicitArgPosition() argument [all...] |
H A D | AMDGPUBaseInfo.h | 67 /// we lack a more accurate CodeObjectVersion value (e.g. from the IR module 72 /// CodeObjectVersion is a value returned by getAMDHSACodeObjectVersion(). 73 uint8_t getELFABIVersion(const Triple &OS, unsigned CodeObjectVersion);
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 410 if (CGM.getTarget().getTargetOpts().CodeObjectVersion == in setTargetAttributes() 416 Type, CGM.getTarget().getTargetOpts().CodeObjectVersion); in setTargetAttributes()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5674 struct CodeObjectVersion { in readCoreNote() 5678 if (Desc.size() != sizeof(CodeObjectVersion)) in readCoreNote() 5683 auto Version = reinterpret_cast<const CodeObjectVersion *>(Desc.data()); in readCoreNote() 5523 struct CodeObjectVersion { getAMDNote() struct 5524 MajorVersiongetAMDNote::CodeObjectVersion getAMDNote() argument 5525 MinorVersiongetAMDNote::CodeObjectVersion getAMDNote() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 919 if (getTarget().getTargetOpts().CodeObjectVersion != in Release() 923 getTarget().getTargetOpts().CodeObjectVersion); in Release()
|
H A D | CGBuiltin.cpp | 18163 auto Cov = CGF.getTarget().getTargetOpts().CodeObjectVersion; in EmitAMDGPUBuiltinExpr()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5054 MarshallingInfoEnum<TargetOpts<"CodeObjectVersion">, "COV_5">;
|