Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h87 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h203 bool areInlineCompatible(const Function *Caller,
H A DAMDGPUTargetTransformInfo.cpp1065 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h272 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
H A DTargetTransformInfo.h1345 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 DTargetTransformInfoImpl.h731 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
H A DAArch64TargetTransformInfo.cpp109 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h248 bool areInlineCompatible(const Function *Caller,
H A DX86TargetTransformInfo.cpp5407 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h106 bool areInlineCompatible(const Function *Caller,
H A DARMTargetTransformInfo.cpp86 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1020 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
1022 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
H A DInlineCost.cpp2742 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 DAttributes.h1257 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp2040 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs