Searched refs:areTypesABICompatible (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 688 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 D | AttributorAttributes.cpp | 6519 return TTI->areTypesABICompatible( in updateImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 138 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | PPCTargetTransformInfo.cpp | 1270 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 D | X86TargetTransformInfo.h | 250 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | X86TargetTransformInfo.cpp | 5449 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 D | TargetTransformInfo.h | 1352 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 D | TargetTransformInfoImpl.h | 739 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1025 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo 1028 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|