Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1029 bool AMDGPULibFunc::isCompatibleSignature(const Module &M, in isCompatibleSignature() function in AMDGPULibFunc
1079 if (!fInfo.isCompatibleSignature(*M, F->getFunctionType())) in getFunction()
1095 fInfo.isCompatibleSignature(*M, F->getFunctionType())) in getOrInsertFunction()
H A DAMDGPULibFunc.h409 bool isCompatibleSignature(const Module &M, const FunctionType *FuncTy) const;
H A DAMDGPULibCalls.cpp656 if (!FInfo.isCompatibleSignature(*Callee->getParent(), CI->getFunctionType())) in fold()