Home
last modified time | relevance | path

Searched refs:areFunctionArgsABICompatible (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp847 static bool areFunctionArgsABICompatible( in areFunctionArgsABICompatible() function
855 if (!TTI.areFunctionArgsABICompatible(Caller, Callee, ArgsToPromote) || in areFunctionArgsABICompatible()
856 !TTI.areFunctionArgsABICompatible(Caller, Callee, ByValArgsToTransform)) in areFunctionArgsABICompatible()
1014 if (!areFunctionArgsABICompatible(*F, TTI, ArgsToPromote, in promoteArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h200 bool areFunctionArgsABICompatible(const Function *Caller,
DX86TargetTransformInfo.cpp3499 bool X86TTIImpl::areFunctionArgsABICompatible( in areFunctionArgsABICompatible() function in X86TTIImpl
3502 if (!BaseT::areFunctionArgsABICompatible(Caller, Callee, Args)) in areFunctionArgsABICompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1080 bool areFunctionArgsABICompatible(const Function *Caller,
1375 areFunctionArgsABICompatible(const Function *Caller, const Function *Callee,
1827 bool areFunctionArgsABICompatible( in areFunctionArgsABICompatible() function
1830 return Impl.areFunctionArgsABICompatible(Caller, Callee, Args); in areFunctionArgsABICompatible()
DTargetTransformInfoImpl.h558 bool areFunctionArgsABICompatible(const Function *Caller, const Function *Callee, in areFunctionArgsABICompatible() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp788 bool TargetTransformInfo::areFunctionArgsABICompatible( in areFunctionArgsABICompatible() function in TargetTransformInfo
791 return TTIImpl->areFunctionArgsABICompatible(Caller, Callee, Args); in areFunctionArgsABICompatible()