/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 739 static bool areTypesABICompatible(ArrayRef<Type *> Types, const Function &F, in areTypesABICompatible() function 748 return TTI.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible() 843 if (areTypesABICompatible(Types, *F, TTI)) { in promoteArguments()
|
H A D | AttributorAttributes.cpp | 7303 return TTI->areTypesABICompatible( in updateImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 142 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
H A D | PPCTargetTransformInfo.cpp | 895 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl 904 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 284 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
H A D | X86TargetTransformInfo.cpp | 6178 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible() 6190 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl 6193 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
/freebsd/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 | 275 bool AArch64TTIImpl::areTypesABICompatible( in areTypesABICompatible() function in AArch64TTIImpl 278 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1623 bool areTypesABICompatible(const Function *Caller, const Function *Callee, 2148 virtual bool areTypesABICompatible(const Function *Caller, 2864 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function 2866 return Impl.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|
H A D | TargetTransformInfoImpl.h | 872 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1230 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo 1233 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|