/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.h | 71 bool areInlineCompatible(const Function *Caller,
|
D | WebAssemblyTargetTransformInfo.cpp | 88 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in WebAssemblyTTIImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.h | 79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.h | 80 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 611 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()
|
D | TargetTransformInfoImpl.h | 377 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 101 bool areInlineCompatible(const Function *Caller,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 67 bool areInlineCompatible(const Function *Caller,
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 415 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 417 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
D | InlineCost.cpp | 1443 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes() 1444 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 187 if (!TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
|
D | AMDGPUTargetTransformInfo.h | 249 bool areInlineCompatible(const Function *Caller,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 188 if (!TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
|
D | AMDGPUTargetTransformInfo.h | 207 bool areInlineCompatible(const Function *Caller,
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 67 bool areInlineCompatible(const Function *Caller,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 198 bool areInlineCompatible(const Function *Caller,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 91 bool areInlineCompatible(const Function *Caller,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 101 bool areInlineCompatible(const Function *Caller,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 225 bool areInlineCompatible(const Function *Caller,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1073 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/ |
D | TargetLibraryInfo.h | 268 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI, in areInlineCompatible() function
|
D | TargetTransformInfo.h | 1237 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/ |
D | Attributes.h | 594 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 602 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 878 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|