Home
last modified time | relevance | path

Searched refs:areTypesABICompatible (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp777 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function
786 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
882 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
H A DAttributorAttributes.cpp7364 return TTI->areTypesABICompatible( in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h149 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DPPCTargetTransformInfo.cpp913 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
922 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h296 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DX86TargetTransformInfo.cpp6540 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible()
6552 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl
6555 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h86 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DAArch64TargetTransformInfo.cpp305 bool AArch64TTIImpl::areTypesABICompatible( in areTypesABICompatible() function in AArch64TTIImpl
308 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1333 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo
1336 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1750 LLVM_ABI bool areTypesABICompatible(const Function *Caller,
H A DTargetTransformInfoImpl.h1025 virtual bool areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function