| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 80 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 68 bool areInlineCompatible(const Function *Caller,
|
| H A D | AArch64TargetTransformInfo.cpp | 27 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 92 bool areInlineCompatible(const Function *Caller,
|
| H A D | ARMTargetTransformInfo.cpp | 39 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInline.cpp | 181 if (!TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
|
| H A D | AMDGPUTargetTransformInfo.h | 190 bool areInlineCompatible(const Function *Caller,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 611 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 136 bool areInlineCompatible(const Function *Caller,
|
| H A D | X86TargetTransformInfo.cpp | 2931 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 934 bool areInlineCompatible(const Function *Caller, 1188 virtual bool areInlineCompatible(const Function *Caller, 1567 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 1569 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | TargetTransformInfoImpl.h | 521 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 623 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 625 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | InlineCost.cpp | 1952 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes() 1953 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 842 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1730 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|