Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1391 const std::map<std::string, std::string> IntrinsicToLibdeviceFunc = { variable
1408 auto It = IntrinsicToLibdeviceFunc.find(Name); in getCUDALibDeviceFuntion()
1409 if (It != IntrinsicToLibdeviceFunc.end()) in getCUDALibDeviceFuntion()