| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 777 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function 786 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible() 882 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
|
| H A D | AttributorAttributes.cpp | 7364 return TTI->areTypesABICompatible( in updateImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 149 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | PPCTargetTransformInfo.cpp | 913 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl 922 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 296 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | X86TargetTransformInfo.cpp | 6540 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible() 6552 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl 6555 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 86 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | AArch64TargetTransformInfo.cpp | 305 bool AArch64TTIImpl::areTypesABICompatible( in areTypesABICompatible() function in AArch64TTIImpl 308 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1333 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo 1336 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1750 LLVM_ABI bool areTypesABICompatible(const Function *Caller,
|
| H A D | TargetTransformInfoImpl.h | 1025 virtual bool areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function
|