Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp158 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString(); in runOnFunction() local
159 ReflectArg = ReflectArg.substr(0, ReflectArg.size() - 1); in runOnFunction()
160 LLVM_DEBUG(dbgs() << "Arg of _reflect : " << ReflectArg << "\n"); in runOnFunction()
163 if (ReflectArg == "__CUDA_FTZ") { in runOnFunction()
170 } else if (ReflectArg == "__CUDA_ARCH") { in runOnFunction()