Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h611 bool areInlineCompatible(const Function *Caller,
738 virtual bool areInlineCompatible(const Function *Caller,
977 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
979 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
DTargetTransformInfoImpl.h377 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h101 bool areInlineCompatible(const Function *Caller,
DX86TargetTransformInfo.cpp1608 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp415 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
417 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
DInlineCost.cpp1443 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes()
1444 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h594 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/external/llvm/include/llvm/IR/
DAttributes.h602 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/external/llvm/lib/IR/
DAttributes.cpp1631 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs