Home
last modified time | relevance | path

Searched refs:areInlineCompatible (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h75 bool areInlineCompatible(const Function *Caller,
H A DWebAssemblyTargetTransformInfo.cpp98 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h82 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h206 bool areInlineCompatible(const Function *Caller,
H A DAMDGPUTargetTransformInfo.cpp1157 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
H A DAArch64TargetTransformInfo.cpp31 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h237 bool areInlineCompatible(const Function *Caller,
H A DX86TargetTransformInfo.cpp4830 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h274 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
H A DTargetTransformInfo.h1265 bool areInlineCompatible(const Function *Caller,
1680 virtual bool areInlineCompatible(const Function *Caller,
2209 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
2211 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
H A DTargetTransformInfoImpl.h677 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h106 bool areInlineCompatible(const Function *Caller,
H A DARMTargetTransformInfo.cpp85 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp952 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
954 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
H A DInlineCost.cpp2650 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes()
2651 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes()
2653 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1044 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2093 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs