Home
last modified time | relevance | path

Searched defs:AccQual (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp304 StringRef AccQual; in emitKernelArg() local
340 StringRef ActAccQual, StringRef AccQual, StringRef TypeQual) { in emitKernelArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp753 SPIRV::AccessQualifier::AccessQualifier AccQual) { in getOrCreateSpecialType()
801 SPIRV::AccessQualifier::AccessQualifier AccQual, bool EmitIR) { in findSPIRVType()
841 SPIRV::AccessQualifier::AccessQualifier AccQual, bool EmitIR) { in createSPIRVType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h192 constexpr char AccQual[] = "AccQual"; variable