Searched refs:getCUDALibDeviceFuntion (Results 1 – 1 of 1) sorted by relevance
1406 std::string getCUDALibDeviceFuntion(StringRef NameRef) { in getCUDALibDeviceFuntion() function1410 return getCUDALibDeviceFuntion(It->second); in getCUDALibDeviceFuntion()1426 if (AllowLibDevice && getCUDALibDeviceFuntion(Name).length() > 0) in isValidFunctionInKernel()2391 const std::string CUDALibDeviceFunc = getCUDALibDeviceFuntion(F.getName()); in requiresCUDALibDevice()