Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp688 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function
697 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
791 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
H A DAttributorAttributes.cpp6519 return TTI->areTypesABICompatible( in updateImpl()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h138 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DPPCTargetTransformInfo.cpp1270 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
1279 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h250 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DX86TargetTransformInfo.cpp5449 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible()
5461 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl
5464 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1352 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
1808 virtual bool areTypesABICompatible(const Function *Caller,
2399 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
2401 return Impl.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
H A DTargetTransformInfoImpl.h739 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1025 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo
1028 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()