Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h34 class AMDGPUPseudoSourceValue : public PseudoSourceValue {
43 AMDGPUPseudoSourceValue(unsigned Kind, const AMDGPUTargetMachine &TM) in AMDGPUPseudoSourceValue() function
62 class AMDGPUBufferPseudoSourceValue final : public AMDGPUPseudoSourceValue {
65 : AMDGPUPseudoSourceValue(PSVBuffer, TM) {} in AMDGPUBufferPseudoSourceValue()
74 class AMDGPUImagePseudoSourceValue final : public AMDGPUPseudoSourceValue {
78 : AMDGPUPseudoSourceValue(PSVImage, TM) {} in AMDGPUImagePseudoSourceValue()
87 class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue {
90 : AMDGPUPseudoSourceValue(GWSResource, TM) {} in AMDGPUGWSResourcePseudoSourceValue()