Home
last modified time | relevance | path

Searched refs:Stepping (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h28 uint32_t Stepping,
49 uint32_t Stepping, StringRef VendorName,
85 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp48 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
52 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) << in EmitDirectiveHSACodeObjectISA()
278 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
288 sizeof(Major) + sizeof(Minor) + sizeof(Stepping) + in EmitDirectiveHSACodeObjectISA()
301 OS.EmitIntValue(Stepping, 4); in EmitDirectiveHSACodeObjectISA()
/external/swiftshader/src/Vulkan/Debug/
DThread.cpp62 case State::Stepping: in onLocationUpdate()
193 state_ = State::Stepping; in stepIn()
201 state_ = State::Stepping; in stepOver()
209 state_ = State::Stepping; in stepOut()
DThread.hpp116 Stepping, // Thread is currently single line stepping. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h48 uint32_t Stepping,
106 uint32_t Stepping, StringRef VendorName,
153 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp186 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
190 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) << in EmitDirectiveHSACodeObjectISA()
469 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
476 sizeof(Major) + sizeof(Minor) + sizeof(Stepping) + in EmitDirectiveHSACodeObjectISA()
485 OS.EmitIntValue(Stepping, 4); in EmitDirectiveHSACodeObjectISA()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h48 uint32_t Stepping,
106 uint32_t Stepping, StringRef VendorName,
154 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp207 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
211 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) << in EmitDirectiveHSACodeObjectISA()
501 uint32_t Stepping, in EmitDirectiveHSACodeObjectISA() argument
508 sizeof(Major) + sizeof(Minor) + sizeof(Stepping) + in EmitDirectiveHSACodeObjectISA()
517 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISA()
/external/llvm-project/lldb/test/Shell/ExecControl/StopHook/
Dstop-hook.test52 # Stepping inside of the stop hook range
64 # Stepping inside of the stop hook range
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h30 unsigned Stepping; member
DAMDGPUBaseInfo.cpp62 Header.amd_machine_version_stepping = ISA.Stepping; in initDefaultAMDKernelCodeT()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetParser.h139 unsigned Stepping; member
/external/llvm/lib/Target/AMDGPU/
DAMDGPU.td113 class SubtargetFeatureISAVersion <int Major, int Minor, int Stepping>
115 "isaver"#Major#"."#Minor#"."#Stepping,
117 "ISAVersion"#Major#"_"#Minor#"_"#Stepping,
DAMDGPUAsmPrinter.cpp112 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping, in EmitStartOfAsmFile()
/external/llvm-project/llvm/include/llvm/Support/
DTargetParser.h104 unsigned Stepping; member
/external/mesa3d/docs/relnotes/
D20.1.10.rst39 - TGL B0 Stepping gpu hangs on many dEQP-VK.subgroups.quad nonconst tests
D20.2.1.rst39 - TGL B0 Stepping gpu hangs on many dEQP-VK.subgroups.quad nonconst tests
D20.3.0.rst122 - TGL B0 Stepping gpu hangs on many dEQP-VK.subgroups.quad nonconst tests
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp623 Sym->setVariableValue(MCConstantExpr::create(Isa.Stepping, Ctx)); in AMDGPUAsmParser()
1220 uint32_t Stepping; in ParseDirectiveHSACodeObjectISA() local
1229 Isa.Stepping, in ParseDirectiveHSACodeObjectISA()
1245 Stepping = getLexer().getTok().getIntVal(); in ParseDirectiveHSACodeObjectISA()
1268 getTargetStreamer().EmitDirectiveHSACodeObjectISA(Major, Minor, Stepping, in ParseDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp237 << Version.Stepping; in streamIsaVersion()
493 Header.amd_machine_version_stepping = Version.Stepping; in initDefaultAMDKernelCodeT()
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp281 << Version.Stepping; in streamIsaVersion()
538 Header.amd_machine_version_stepping = Version.Stepping; in initDefaultAMDKernelCodeT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1130 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
1138 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
3989 uint32_t Stepping; in ParseDirectiveHSACodeObjectISA() local
3998 ISA.Stepping, in ParseDirectiveHSACodeObjectISA()
4010 if (ParseAsAbsoluteExpression(Stepping)) in ParseDirectiveHSACodeObjectISA()
4033 getTargetStreamer().EmitDirectiveHSACodeObjectISA(Major, Minor, Stepping, in ParseDirectiveHSACodeObjectISA()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1177 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
1185 Sym->setVariableValue(MCConstantExpr::create(ISA.Stepping, Ctx)); in AMDGPUAsmParser()
4457 uint32_t Stepping; in ParseDirectiveHSACodeObjectISA() local
4466 ISA.Stepping, in ParseDirectiveHSACodeObjectISA()
4478 if (ParseAsAbsoluteExpression(Stepping)) in ParseDirectiveHSACodeObjectISA()
4501 getTargetStreamer().EmitDirectiveHSACodeObjectISA(Major, Minor, Stepping, in ParseDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp152 Version.Major, Version.Minor, Version.Stepping, "AMD", "AMDGPU"); in EmitStartOfAsmFile()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp163 Version.Major, Version.Minor, Version.Stepping, "AMD", "AMDGPU"); in emitStartOfAsmFile()