Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1409 const std::map<std::string, std::string> IntrinsicToLibdeviceFunc = { variable
1426 auto It = IntrinsicToLibdeviceFunc.find(Name); in getCUDALibDeviceFuntion()
1427 if (It != IntrinsicToLibdeviceFunc.end()) in getCUDALibDeviceFuntion()