Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600TargetMachine.cpp71 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() local
72 SubtargetKey.append(FS); in getSubtargetImpl()
74 auto &I = SubtargetMap[SubtargetKey]; in getSubtargetImpl()
DAMDGPUTargetMachine.cpp820 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() local
821 SubtargetKey.append(FS); in getSubtargetImpl()
823 auto &I = SubtargetMap[SubtargetKey]; in getSubtargetImpl()