Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1406 std::string getCUDALibDeviceFuntion(StringRef NameRef) { in getCUDALibDeviceFuntion() function
1410 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()