Home
last modified time | relevance | path

Searched refs:hasCompatibleFunctionAttributes (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h524 bool hasCompatibleFunctionAttributes(const Function *Caller,
627 virtual bool hasCompatibleFunctionAttributes(const Function *Caller,
818 bool hasCompatibleFunctionAttributes(const Function *Caller, in hasCompatibleFunctionAttributes() function
820 return Impl.hasCompatibleFunctionAttributes(Caller, Callee); in hasCompatibleFunctionAttributes()
HDTargetTransformInfoImpl.h332 bool hasCompatibleFunctionAttributes(const Function *Caller, in hasCompatibleFunctionAttributes() function
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetTransformInfo.cpp287 bool TargetTransformInfo::hasCompatibleFunctionAttributes( in hasCompatibleFunctionAttributes() function in TargetTransformInfo
289 return TTIImpl->hasCompatibleFunctionAttributes(Caller, Callee); in hasCompatibleFunctionAttributes()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h95 bool hasCompatibleFunctionAttributes(const Function *Caller,
HDX86TargetTransformInfo.cpp1136 bool X86TTIImpl::hasCompatibleFunctionAttributes(const Function *Caller, in hasCompatibleFunctionAttributes() function in X86TTIImpl
/NextBSD/contrib/llvm/lib/Analysis/IPA/
HDInlineCost.cpp1349 return TTI.hasCompatibleFunctionAttributes(Caller, Callee) && in functionsHaveCompatibleAttributes()