Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyTargetTransformInfo.h77 bool areInlineCompatible(const Function *Caller,
HDWebAssemblyTargetTransformInfo.cpp109 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetTransformInfo.h88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h240 bool areInlineCompatible(const Function *Caller,
HDAMDGPUTargetTransformInfo.cpp1165 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h282 bool areInlineCompatible(const Function *Caller,
HDX86TargetTransformInfo.cpp6132 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h77 bool areInlineCompatible(const Function *Caller,
HDAArch64TargetTransformInfo.cpp242 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h107 bool areInlineCompatible(const Function *Caller,
HDARMTargetTransformInfo.cpp87 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h63 bool areInlineCompatible(const Function *Caller,
HDRISCVTargetTransformInfo.cpp1958 bool RISCVTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in RISCVTTIImpl
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.h326 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
HDTargetTransformInfo.h1607 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()
HDTargetTransformInfoImpl.h859 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1218 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
1220 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
HDInlineCost.cpp2890 TTI.areInlineCompatible(Caller, Callee)) && in functionsHaveCompatibleAttributes()
2891 GetTLI(*Caller).areInlineCompatible(CalleeTLI, in functionsHaveCompatibleAttributes()
2893 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h1282 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributes.cpp2389 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs