| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 75 bool areInlineCompatible(const Function *Caller,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 97 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 209 bool areInlineCompatible(const Function *Caller,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1142 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 260 bool areInlineCompatible(const Function *Caller,
|
| H A D | X86TargetTransformInfo.cpp | 6063 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 76 bool areInlineCompatible(const Function *Caller,
|
| H A D | AArch64TargetTransformInfo.cpp | 124 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 107 bool areInlineCompatible(const Function *Caller,
|
| H A D | ARMTargetTransformInfo.cpp | 87 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 284 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
| H A D | TargetTransformInfo.h | 1399 bool areInlineCompatible(const Function *Caller, 1871 virtual bool areInlineCompatible(const Function *Caller, 2499 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 2501 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | TargetTransformInfoImpl.h | 768 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1079 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 1081 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
| H A D | InlineCost.cpp | 2798 TTI.areInlineCompatible(Caller, Callee)) && in functionsHaveCompatibleAttributes() 2799 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes() 2801 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 1268 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2118 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|