Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h33 class AMDGPUPseudoSourceValue : public PseudoSourceValue {
42 AMDGPUPseudoSourceValue(unsigned Kind, const TargetInstrInfo &TII) in AMDGPUPseudoSourceValue() function
61 class AMDGPUBufferPseudoSourceValue final : public AMDGPUPseudoSourceValue {
64 : AMDGPUPseudoSourceValue(PSVBuffer, TII) {} in AMDGPUBufferPseudoSourceValue()
73 class AMDGPUImagePseudoSourceValue final : public AMDGPUPseudoSourceValue {
77 : AMDGPUPseudoSourceValue(PSVImage, TII) {} in AMDGPUImagePseudoSourceValue()
86 class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue {
89 : AMDGPUPseudoSourceValue(GWSResource, TII) {} in AMDGPUGWSResourcePseudoSourceValue()