Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h38 class AMDGPUPseudoSourceValue : public PseudoSourceValue {
46 AMDGPUPseudoSourceValue(unsigned Kind, const AMDGPUTargetMachine &TM) in AMDGPUPseudoSourceValue() function
65 class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue {
68 : AMDGPUPseudoSourceValue(GWSResource, TM) {} in AMDGPUGWSResourcePseudoSourceValue()