/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.h | 67 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,
|
D | X86TargetTransformInfo.cpp | 1608 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 68 bool areInlineCompatible(const Function *Caller,
|
D | AArch64TargetTransformInfo.cpp | 27 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in AArch64TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 130 bool areInlineCompatible(const Function *Caller,
|
D | X86TargetTransformInfo.cpp | 2651 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 92 bool areInlineCompatible(const Function *Caller,
|
D | ARMTargetTransformInfo.cpp | 39 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in ARMTTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 178 !TTI.areInlineCompatible(Caller, Callee)) in getInlineCost()
|
D | AMDGPUTargetTransformInfo.h | 190 bool areInlineCompatible(const Function *Caller,
|
D | AMDGPUTargetTransformInfo.cpp | 610 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in GCNTTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 915 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()
|
D | TargetTransformInfoImpl.h | 515 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/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-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 567 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 569 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
D | InlineCost.cpp | 1910 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/ |
D | Attributes.h | 831 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1631 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1724 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|