Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp103 if (IsaInfo::hasCodeObjectV3(getGlobalSTI())) in AMDGPUAsmPrinter()
124 if (IsaInfo::hasCodeObjectV3(getGlobalSTI())) { in EmitStartOfAsmFile()
142 if (IsaInfo::hasCodeObjectV3(getGlobalSTI())) in EmitStartOfAsmFile()
160 if (!IsaInfo::hasCodeObjectV3(getGlobalSTI())) { in EmitEndOfAsmFile()
198 if (!STM.hasCodeObjectV3() && STM.isAmdHsaOrMesa(F) && in EmitFunctionBodyStart()
215 if (!IsaInfo::hasCodeObjectV3(getGlobalSTI()) || in EmitFunctionBodyEnd()
251 if (IsaInfo::hasCodeObjectV3(getGlobalSTI()) && in EmitFunctionEntryLabel()
DAMDGPUSubtarget.h674 bool hasCodeObjectV3() const { in hasCodeObjectV3() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp240 IsaInfo::hasCodeObjectV3(&STI) ? 1 : 0); in createAMDGPUAsmBackend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h73 bool hasCodeObjectV3(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp247 bool hasCodeObjectV3(const MCSubtargetInfo *STI) { in hasCodeObjectV3() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1123 if (ISA.Major >= 6 && AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) { in AMDGPUAsmParser()
1140 if (ISA.Major >= 6 && AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) { in AMDGPUAsmParser()
2329 if (AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) { in parseRegister()
4133 if (!AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) in ParseDirectiveAMDGPUHsaKernel()
4167 AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI()) in ParseDirectiveHSAMetadata()
4184 if (IsaInfo::hasCodeObjectV3(&getSTI())) { in ParseDirectiveHSAMetadata()
4341 if (AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) { in ParseDirective()