Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1002 bool AMDGPULibFunc::isCompatibleSignature(const FunctionType *FuncTy) const { in isCompatibleSignature() function in AMDGPULibFunc
1017 if (!fInfo.isCompatibleSignature(F->getFunctionType())) in getFunction()
1033 fInfo.isCompatibleSignature(F->getFunctionType())) in getOrInsertFunction()
H A DAMDGPULibCalls.cpp660 if (!FInfo.isCompatibleSignature(CI->getFunctionType())) in fold()