Home
last modified time | relevance | path

Searched refs:areTypesABICompatible (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp688 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 DAttributorAttributes.cpp7232 return TTI->areTypesABICompatible( in updateImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h143 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DPPCTargetTransformInfo.cpp879 bool PPCTTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in PPCTTIImpl
888 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h262 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
H A DX86TargetTransformInfo.cpp6105 if (!areTypesABICompatible(Caller, NestedCallee, Types)) in areInlineCompatible()
6117 bool X86TTIImpl::areTypesABICompatible(const Function *Caller, in areTypesABICompatible() function in X86TTIImpl
6120 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1406 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
1873 virtual bool areTypesABICompatible(const Function *Caller,
2503 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
2505 return Impl.areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
H A DTargetTransformInfoImpl.h776 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1084 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo
1087 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()