| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 75 bool areInlineCompatible(const Function *Caller,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 98 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 87 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 203 bool areInlineCompatible(const Function *Caller,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1065 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 272 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
| H A D | TargetTransformInfo.h | 1345 bool areInlineCompatible(const Function *Caller, 1806 virtual bool areInlineCompatible(const Function *Caller, 2395 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 2397 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | TargetTransformInfoImpl.h | 731 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 67 bool areInlineCompatible(const Function *Caller,
|
| H A D | AArch64TargetTransformInfo.cpp | 109 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 248 bool areInlineCompatible(const Function *Caller,
|
| H A D | X86TargetTransformInfo.cpp | 5407 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 106 bool areInlineCompatible(const Function *Caller,
|
| H A D | ARMTargetTransformInfo.cpp | 86 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1020 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 1022 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | InlineCost.cpp | 2742 TTI.areInlineCompatible(Caller, Callee)) && in functionsHaveCompatibleAttributes() 2743 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes() 2745 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 1257 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2040 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|