/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.h | 77 bool areInlineCompatible(const Function *Caller,
|
H A D | WebAssemblyTargetTransformInfo.cpp | 109 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 240 bool areInlineCompatible(const Function *Caller,
|
H A D | AMDGPUTargetTransformInfo.cpp | 1165 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 282 bool areInlineCompatible(const Function *Caller,
|
H A D | X86TargetTransformInfo.cpp | 6132 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 77 bool areInlineCompatible(const Function *Caller,
|
H A D | AArch64TargetTransformInfo.cpp | 242 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 63 bool areInlineCompatible(const Function *Caller,
|
H A D | RISCVTargetTransformInfo.cpp | 1958 bool RISCVTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in RISCVTTIImpl
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 326 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
H A D | TargetTransformInfo.h | 1607 bool areInlineCompatible(const Function *Caller, 2144 virtual bool areInlineCompatible(const Function *Caller, 2856 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 2858 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
H A D | TargetTransformInfoImpl.h | 859 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1218 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 1220 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
H A D | InlineCost.cpp | 2890 TTI.areInlineCompatible(Caller, Callee)) && in functionsHaveCompatibleAttributes() 2891 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes() 2893 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 1282 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2389 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|