Searched refs:areInlineCompatible (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h77 bool areInlineCompatible(const Function *Caller, function in class:llvm::NVPTXTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h101 bool areInlineCompatible(const Function *Caller,
H A DARMTargetTransformInfo.cpp53 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, function in class:ARMTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
H A DAArch64TargetTransformInfo.cpp28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, function in class:AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp187 if (!TTI.areInlineCompatible(Caller, Callee))
H A DAMDGPUTargetTransformInfo.h231 bool areInlineCompatible(const Function *Caller,
H A DAMDGPUTargetTransformInfo.cpp976 bool GCNTTIImpl::areInlineCompatible(const Function *Caller,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h210 bool areInlineCompatible(const Function *Caller,
H A DX86TargetTransformInfo.cpp4165 bool X86TTIImpl::areInlineCompatible(const Function *Caller, function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h267 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, function in class:llvm::TargetLibraryInfo
H A DTargetTransformInfo.h1155 bool areInlineCompatible(const Function *Caller,
1478 virtual bool areInlineCompatible(const Function *Caller,
1934 bool areInlineCompatible(const Function *Caller,
1936 return Impl.areInlineCompatible(Caller, Callee);
H A DTargetTransformInfoImpl.h580 bool areInlineCompatible(const Function *Caller, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h902 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp884 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, function in class:TargetTransformInfo
886 return TTIImpl->areInlineCompatible(Caller, Callee);
H A DInlineCost.cpp2249 return TTI.areInlineCompatible(Caller, Callee) &&
2250 GetTLI(*Caller).areInlineCompatible(CalleeTLI,
2252 AttributeFuncs::areInlineCompatible(*Caller, *Callee);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2007 bool AttributeFuncs::areInlineCompatible(const Function &Caller, function in class:AttributeFuncs

Completed in 169 milliseconds