| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 682 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 D | AttributorAttributes.cpp | 7288 return TTI->areTypesABICompatible( in updateImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 141 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | PPCTargetTransformInfo.cpp | 884 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 D | X86TargetTransformInfo.h | 281 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | X86TargetTransformInfo.cpp | 6106 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 D | AArch64TargetTransformInfo.h | 80 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | AArch64TargetTransformInfo.cpp | 266 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 D | TargetTransformInfo.h | 1573 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 D | TargetTransformInfoImpl.h | 836 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1175 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo 1178 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|