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.cpp739 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function
748 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
843 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
H A DAttributorAttributes.cpp7303 return TTI->areTypesABICompatible( in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h142 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DPPCTargetTransformInfo.cpp895 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
904 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h284 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DX86TargetTransformInfo.cpp6178 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible()
6190 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl
6193 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h80 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DAArch64TargetTransformInfo.cpp275 bool AArch64TTIImpl::areTypesABICompatible( in areTypesABICompatible() function in AArch64TTIImpl
278 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1623 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
2148 virtual bool areTypesABICompatible(const Function *Caller,
2864 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
2866 return Impl.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
H A DTargetTransformInfoImpl.h872 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1230 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo
1233 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()