| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 93 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 147 bool areInlineCompatible(const Function *Caller,
|
| H A D | PPCTargetTransformInfo.cpp | 899 bool PPCTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in PPCTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 247 bool areInlineCompatible(const Function *Caller,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1274 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 107 bool areInlineCompatible(const Function *Caller,
|
| H A D | ARMTargetTransformInfo.cpp | 90 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 294 bool areInlineCompatible(const Function *Caller,
|
| H A D | X86TargetTransformInfo.cpp | 6494 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 332 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
| H A D | TargetTransformInfo.h | 1733 LLVM_ABI bool areInlineCompatible(const Function *Caller,
|
| H A D | TargetTransformInfoImpl.h | 1012 virtual bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 83 bool areInlineCompatible(const Function *Caller,
|
| H A D | AArch64TargetTransformInfo.cpp | 269 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 3088 TTI.areInlineCompatible(Caller, Callee)) && in functionsHaveCompatibleAttributes() 3089 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes() 3091 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
| H A D | TargetTransformInfo.cpp | 1321 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 1323 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 1355 LLVM_ABI bool areInlineCompatible(const Function &Caller,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2688 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 368 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|