Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp438 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() local
439 SubtargetKey.append(FS); in getSubtargetImpl()
441 auto &I = SubtargetMap[SubtargetKey]; in getSubtargetImpl()
474 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() local
475 SubtargetKey.append(FS); in getSubtargetImpl()
477 auto &I = SubtargetMap[SubtargetKey]; in getSubtargetImpl()