Lines Matching defs:nf
459 AMDGPULibFunc nf;
460 nf.getLeads()[0].ArgType = FInfo.getLeads()[0].ArgType;
461 nf.getLeads()[0].VectorSize = FInfo.getLeads()[0].VectorSize;
463 nf.setPrefix(AMDGPULibFunc::NATIVE);
464 nf.setId(AMDGPULibFunc::EI_SIN);
465 FunctionCallee sinExpr = getFunction(M, nf);
467 nf.setPrefix(AMDGPULibFunc::NATIVE);
468 nf.setId(AMDGPULibFunc::EI_COS);
469 FunctionCallee cosExpr = getFunction(M, nf);
1249 FuncInfo nf = FInfo;
1250 nf.setPrefix(AMDGPULibFunc::NATIVE);
1251 return getFunction(M, nf);