Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp682 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function
691 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
786 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
H A DAttributorAttributes.cpp7288 return TTI->areTypesABICompatible( in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h141 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DPPCTargetTransformInfo.cpp884 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
893 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h281 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DX86TargetTransformInfo.cpp6106 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible()
6118 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl
6121 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h80 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DAArch64TargetTransformInfo.cpp266 bool AArch64TTIImpl::areTypesABICompatible( in areTypesABICompatible() function in AArch64TTIImpl
269 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1573 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
2075 virtual bool areTypesABICompatible(const Function *Caller,
2760 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
2762 return Impl.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
H A DTargetTransformInfoImpl.h836 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1175 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo
1178 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()