Searched refs:areTypesABICompatible (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 688 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 D | AttributorAttributes.cpp | 7232 return TTI->areTypesABICompatible( in updateImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 143 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | PPCTargetTransformInfo.cpp | 879 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 D | X86TargetTransformInfo.h | 262 bool areTypesABICompatible(const Function *Caller, const Function *Callee,
|
| H A D | X86TargetTransformInfo.cpp | 6105 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 D | TargetTransformInfo.h | 1406 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 D | TargetTransformInfoImpl.h | 776 bool areTypesABICompatible(const Function *Caller, const Function *Callee, in areTypesABICompatible() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1084 bool TargetTransformInfo::areTypesABICompatible( in areTypesABICompatible() function in TargetTransformInfo 1087 return TTIImpl->areTypesABICompatible(Caller, Callee, Types); in areTypesABICompatible()
|