OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxStoresPerMemcpy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1105
Limit = TLI->
getMaxStoresPerMemcpy
(F->hasMinSize());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
1575
unsigned
getMaxStoresPerMemcpy
(bool OptSize) const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
1357
unsigned Limit = TLI.
getMaxStoresPerMemcpy
(OptSize);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
6359
unsigned Limit = AlwaysInline ? ~0U : TLI.
getMaxStoresPerMemcpy
(OptSize);
Completed in 64 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026