OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMinSize
(Results
1 - 25
of
54
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp
240
RestrictIT = hasV8Ops() && !
hasMinSize
();
385
if (isMClass() &&
hasMinSize
())
468
if (isThumb2() && MF.getFunction().
hasMinSize
())
483
return isThumb2() && MF.getFunction().
hasMinSize
() &&
ARMTargetMachine.cpp
286
if (F.
hasMinSize
())
296
F.
hasMinSize
());
527
return this->TM->getSubtarget<ARMSubtarget>(F).
hasMinSize
() ||
ARMSelectionDAGInfo.cpp
221
if (NumMEMCPYs > 1 && Subtarget.
hasMinSize
()) {
ARMSubtarget.h
810
bool
hasMinSize
() const { return OptMinSize; }
ARMTargetTransformInfo.cpp
1105
Limit = TLI->getMaxStoresPerMemcpy(F->
hasMinSize
());
1108
Limit = TLI->getMaxStoresPerMemmove(F->
hasMinSize
());
1111
Limit = TLI->getMaxStoresPerMemset(F->
hasMinSize
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64O0PreLegalizerCombiner.cpp
151
false, F.hasOptSize(), F.
hasMinSize
(), KB, nullptr /* MDT */);
AArch64PreLegalizerCombiner.cpp
349
F.
hasMinSize
(), KB, MDT);
AArch64PostLegalizerCombiner.cpp
368
F.
hasMinSize
(), KB, MDT);
AArch64PostLegalizerLowering.cpp
1048
AArch64PostLegalizerLoweringInfo PCInfo(F.hasOptSize(), F.
hasMinSize
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BreakFalseDeps.cpp
211
if (MF->getFunction().
hasMinSize
())
235
if (MF->getFunction().
hasMinSize
())
GlobalMerge.cpp
336
if (OnlyOptimizeForSize && !ParentFn->
hasMinSize
())
ExpandMemCmp.cpp
745
if (CI->getFunction()->
hasMinSize
())
MachineCSE.cpp
902
if (CandidateBB->getParent()->getFunction().
hasMinSize
())
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CompressJumpTables.cpp
169
if (ST.force32BitJumpTables() && !MF->getFunction().
hasMinSize
())
AArch64ConditionalCompares.cpp
943
MinSize = MF.getFunction().
hasMinSize
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h
485
return F.hasOptSize() || F.
hasMinSize
() ||
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURegBankCombiner.cpp
257
F.
hasMinSize
(), LI, KB, MDT);
AMDGPUPreLegalizerCombiner.cpp
275
F.
hasMinSize
(), KB, MDT);
AMDGPUPostLegalizerCombiner.cpp
384
F.
hasMinSize
(), LI, KB, MDT);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
713
bool
hasMinSize
() const { return hasFnAttribute(Attribute::MinSize); }
717
return hasFnAttribute(Attribute::OptimizeForSize) ||
hasMinSize
();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
272
if (DAG.getMachineFunction().getFunction().
hasMinSize
())
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h
385
if (DAG.getMachineFunction().getFunction().
hasMinSize
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
393
RootI.getFunction()->
hasMinSize
() ?
477
L->getHeader()->getParent()->
hasMinSize
() ?
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
814
if (Caller->
hasMinSize
()) {
1513
if (Caller->
hasMinSize
()) {
1526
if (!Caller->
hasMinSize
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
997
return F.hasOptSize() || F.
hasMinSize
() ||
Completed in 68 milliseconds
1
2
3
Indexes created Tue Sep 22 00:26:15 UTC 2026