OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isProfitableLSRChainElement
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
216
bool
isProfitableLSRChainElement
(Instruction *I) const { return false; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
329
bool
isProfitableLSRChainElement
(Instruction *I) {
330
return TargetTransformInfoImplBase::
isProfitableLSRChainElement
(I);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
354
bool TargetTransformInfo::
isProfitableLSRChainElement
(Instruction *I) const {
355
return TTIImpl->
isProfitableLSRChainElement
(I);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1004
bool ARMTTIImpl::
isProfitableLSRChainElement
(Instruction *I) {
Completed in 21 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026