Searched refs:areInlineCompatible (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, function in class:llvm::NVPTXTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h91 bool areInlineCompatible(const Function *Caller,
H A DARMTargetTransformInfo.cpp52 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, function in class:ARMTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h207 bool areInlineCompatible(const Function *Caller,
H A DAMDGPUInline.cpp188 if (!TTI.areInlineCompatible(Caller, Callee))
H A DAMDGPUTargetTransformInfo.cpp730 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, function in class:GCNTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
H A DAArch64TargetTransformInfo.cpp28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, function in class:AArch64TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h198 bool areInlineCompatible(const Function *Caller,
H A DX86TargetTransformInfo.cpp3484 bool X86TTIImpl::areInlineCompatible(const Function *Caller, function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1073 bool areInlineCompatible(const Function *Caller,
1372 virtual bool areInlineCompatible(const Function *Caller,
1823 bool areInlineCompatible(const Function *Caller,
1825 return Impl.areInlineCompatible(Caller, Callee);
H A DTargetTransformInfoImpl.h550 bool areInlineCompatible(const Function *Caller, function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h878 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp783 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, function in class:TargetTransformInfo
785 return TTIImpl->areInlineCompatible(Caller, Callee);
H A DInlineCost.cpp2068 return TTI.areInlineCompatible(Caller, Callee) &&
2069 AttributeFuncs::areInlineCompatible(*Caller, *Callee);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1852 bool AttributeFuncs::areInlineCompatible(const Function &Caller, function in class:AttributeFuncs

Completed in 315 milliseconds