Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h68 bool areInlineCompatible(const Function *Caller,
DAArch64TargetTransformInfo.cpp27 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h130 bool areInlineCompatible(const Function *Caller,
DX86TargetTransformInfo.cpp2651 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-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h92 bool areInlineCompatible(const Function *Caller,
DARMTargetTransformInfo.cpp39 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp178 !TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
DAMDGPUTargetTransformInfo.h190 bool areInlineCompatible(const Function *Caller,
DAMDGPUTargetTransformInfo.cpp610 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h915 bool areInlineCompatible(const Function *Caller,
1158 virtual bool areInlineCompatible(const Function *Caller,
1529 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
1531 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
DTargetTransformInfoImpl.h515 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp567 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
569 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
DInlineCost.cpp1910 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes()
1911 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h831 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1724 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs