OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:areFunctionArgsABICompatible
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
1224
bool PPCTTIImpl::
areFunctionArgsABICompatible
(
1233
if (!BaseT::
areFunctionArgsABICompatible
(Caller, Callee, Args))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
838
bool ArgumentPromotionPass::
areFunctionArgsABICompatible
(
848
if (!TTI.
areFunctionArgsABICompatible
(Caller, Callee, ArgsToPromote) ||
849
!TTI.
areFunctionArgsABICompatible
(Caller, Callee, ByValArgsToTransform))
1005
if (!ArgumentPromotionPass::
areFunctionArgsABICompatible
(
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
683
bool
areFunctionArgsABICompatible
(const Function *Caller,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
960
bool TargetTransformInfo::
areFunctionArgsABICompatible
(
963
return TTIImpl->
areFunctionArgsABICompatible
(Caller, Callee, Args);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4634
bool X86TTIImpl::
areFunctionArgsABICompatible
(
4637
if (!BaseT::
areFunctionArgsABICompatible
(Caller, Callee, Args))
Completed in 62 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026