reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
550 if (!parseFunctionName(Callee->getName(), &FInfo) || !FInfo.isMangled() || 550 if (!parseFunctionName(Callee->getName(), &FInfo) || !FInfo.isMangled() || 551 FInfo.getPrefix() != AMDGPULibFunc::NOPFX || 552 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || 552 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || 553 !(AllNative || useNativeFunc(FInfo.getName()))) { 557 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS) 558 return sincosUseNative(aCI, FInfo); 560 FInfo.setPrefix(AMDGPULibFunc::NATIVE); 561 FunctionCallee F = getFunction(aCI->getModule(), FInfo);