reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/AMDGPULibCalls.cpp
   73   FunctionCallee getFunction(Module *M, const FuncInfo &fInfo);

References

lib/Target/AMDGPU/AMDGPULibCalls.cpp
  525     FunctionCallee sinExpr = getFunction(M, nf);
  529     FunctionCallee cosExpr = getFunction(M, nf);
  561   FunctionCallee F = getFunction(aCI->getModule(), FInfo);
  808   if (FunctionCallee FPExpr = getFunction(M, nf)) {
  948             getFunction(M, AMDGPULibFunc(issqrt ? AMDGPULibFunc::EI_SQRT
 1018       getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_EXP2, FInfo));
 1105         getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_FABS, FInfo));
 1114         getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_LOG2, FInfo));
 1172             getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_SQRT, FInfo))) {
 1181             getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_CBRT, FInfo))) {
 1197             getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_RSQRT, FInfo))) {
 1259   return getFunction(M, nf);
 1345   FunctionCallee Fsincos = getFunction(M, nf);