Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h35 class AMDGPUPseudoSourceValue : public PseudoSourceValue {
43 AMDGPUPseudoSourceValue(unsigned Kind, const AMDGPUTargetMachine &TM) in AMDGPUPseudoSourceValue() function
62 class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue {
65 : AMDGPUPseudoSourceValue(GWSResource, TM) {} in AMDGPUGWSResourcePseudoSourceValue()