Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp59 StringMap<unsigned> ReflectMap; member in __anon08042f610111::NVVMReflect
68 : ReflectMap({{CUDA_ARCH_NAME, SmVersion * 10}}) {} in NVVMReflect()
109 ReflectMap[CUDA_FTZ_NAME] = Flag->getSExtValue(); in populateReflectMap()
126 ReflectMap[Name] = ValInt; in populateReflectMap()
174 if (ReflectMap.contains(ReflectArg)) in handleReflectFunction()
175 ReflectVal = ReflectMap[ReflectArg]; in handleReflectFunction()