Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
DAArch64TargetTransformInfo.cpp28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp188 if (!TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
DAMDGPUTargetTransformInfo.h207 bool areInlineCompatible(const Function *Caller,
DAMDGPUTargetTransformInfo.cpp730 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h198 bool areInlineCompatible(const Function *Caller,
DX86TargetTransformInfo.cpp3484 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h91 bool areInlineCompatible(const Function *Caller,
DARMTargetTransformInfo.cpp52 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1073 bool areInlineCompatible(const Function *Caller,
1372 virtual bool areInlineCompatible(const Function *Caller,
1823 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
1825 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
DTargetTransformInfoImpl.h550 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h589 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h878 bool areInlineCompatible(const Function &Caller, const Function &Callee);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp783 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo
785 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
DInlineCost.cpp2068 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes()
2069 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1852 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs