| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 82 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 206 bool areInlineCompatible(const Function *Caller,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1162 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 236 bool areInlineCompatible(const Function *Caller,
|
| H A D | X86TargetTransformInfo.cpp | 4619 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 67 bool areInlineCompatible(const Function *Caller,
|
| H A D | AArch64TargetTransformInfo.cpp | 31 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 106 bool areInlineCompatible(const Function *Caller,
|
| H A D | ARMTargetTransformInfo.cpp | 85 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 263 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
| H A D | TargetTransformInfo.h | 1279 bool areInlineCompatible(const Function *Caller, 1692 virtual bool areInlineCompatible(const Function *Caller, 2223 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 2225 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | TargetTransformInfoImpl.h | 675 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 2434 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes() 2435 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes() 2437 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
| H A D | TargetTransformInfo.cpp | 955 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 957 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 1021 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2303 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|