Home
last modified time | relevance | path

Searched defs:areTypesABICompatible (Results 1 – 6 of 6) 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
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1270 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h739 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
H A DTargetTransformInfo.h2399 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
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5461 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl