Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h71 bool areInlineCompatible(const Function *Caller,
DWebAssemblyTargetTransformInfo.cpp88 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h80 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,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
/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/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp187 if (!TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
DAMDGPUTargetTransformInfo.h249 bool areInlineCompatible(const Function *Caller,
/external/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,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h198 bool areInlineCompatible(const Function *Caller,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h91 bool areInlineCompatible(const Function *Caller,
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h101 bool areInlineCompatible(const Function *Caller,
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.h225 bool areInlineCompatible(const Function *Caller,
/external/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()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h268 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
DTargetTransformInfo.h1237 bool areInlineCompatible(const Function *Caller,
1595 virtual bool areInlineCompatible(const Function *Caller,
2087 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
2089 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
/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-10.0/llvm/include/llvm/IR/
DAttributes.h878 bool areInlineCompatible(const Function &Caller, const Function &Callee);

12