HomeSort by: relevance | last modified time | path
    Searched refs:areInlineCompatible (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h 75 bool areInlineCompatible(const Function *Caller,
WebAssemblyTargetTransformInfo.cpp 98 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h 82 bool areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 206 bool areInlineCompatible(const Function *Caller,
AMDGPUTargetTransformInfo.cpp 1162 bool GCNTTIImpl::areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 263 bool areInlineCompatible(const TargetLibraryInfo &CalleeTLI,
TargetTransformInfo.h 1279 bool areInlineCompatible(const Function *Caller,
1692 virtual bool areInlineCompatible(const Function *Caller,
2223 bool areInlineCompatible(const Function *Caller,
2225 return Impl.areInlineCompatible(Caller, Callee);
TargetTransformInfoImpl.h 675 bool areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 67 bool areInlineCompatible(const Function *Caller,
AArch64TargetTransformInfo.cpp 31 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 106 bool areInlineCompatible(const Function *Caller,
ARMTargetTransformInfo.cpp 85 bool ARMTTIImpl::areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 236 bool areInlineCompatible(const Function *Caller,
X86TargetTransformInfo.cpp 4619 bool X86TTIImpl::areInlineCompatible(const Function *Caller,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 2434 return TTI.areInlineCompatible(Caller, Callee) &&
2435 GetTLI(*Caller).areInlineCompatible(CalleeTLI,
2437 AttributeFuncs::areInlineCompatible(*Caller, *Callee);
TargetTransformInfo.cpp 955 bool TargetTransformInfo::areInlineCompatible(const Function *Caller,
957 return TTIImpl->areInlineCompatible(Caller, Callee);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 1021 bool areInlineCompatible(const Function &Caller, const Function &Callee);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 2303 bool AttributeFuncs::areInlineCompatible(const Function &Caller,

Completed in 39 milliseconds