Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h43 class AMDGPUPseudoSourceValue : public PseudoSourceValue {
52 AMDGPUPseudoSourceValue(unsigned Kind, const TargetInstrInfo &TII) in AMDGPUPseudoSourceValue() function
71 class AMDGPUBufferPseudoSourceValue final : public AMDGPUPseudoSourceValue {
74 : AMDGPUPseudoSourceValue(PSVBuffer, TII) {} in AMDGPUBufferPseudoSourceValue()
81 class AMDGPUImagePseudoSourceValue final : public AMDGPUPseudoSourceValue {
85 : AMDGPUPseudoSourceValue(PSVImage, TII) {} in AMDGPUImagePseudoSourceValue()
92 class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue {
95 : AMDGPUPseudoSourceValue(GWSResource, TII) {} in AMDGPUGWSResourcePseudoSourceValue()