OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldOptForSize
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h
483
bool
shouldOptForSize
(const MachineFunction *MF) const {
486
(PSI && BFI && CurMBB && llvm::
shouldOptForSize
(*CurMBB, PSI, BFI));
Utils.h
384
bool
shouldOptForSize
(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h
248
bool
shouldOptForSize
(const MachineFunction *MF) const {
249
return CurDAG->
shouldOptForSize
();
FastISel.h
515
bool
shouldOptForSize
(const MachineFunction *MF) const {
SelectionDAG.h
1980
bool
shouldOptForSize
() const;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
994
bool llvm::
shouldOptForSize
(const MachineBasicBlock &MBB,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
335
if (!CurDAG->
shouldOptForSize
())
3209
if (!Subtarget->slowIncDec() || CurDAG->
shouldOptForSize
()) {
4856
if (!CurDAG->
shouldOptForSize
())
X86ISelLowering.cpp
8974
bool OptForSize = DAG.
shouldOptForSize
();
12185
bool OptForSize = DAG.
shouldOptForSize
();
19674
bool OptForSize = DAG.
shouldOptForSize
();
20092
bool IsOptimizingSize = DAG.
shouldOptForSize
();
22652
bool OptForSize = DAG.
shouldOptForSize
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
1165
bool SelectionDAG::
shouldOptForSize
() const {
1618
Alignment =
shouldOptForSize
()
6297
return DAG.
shouldOptForSize
();
LegalizeDAG.cpp
3220
DAG.
shouldOptForSize
()))
SelectionDAGBuilder.cpp
5361
bool OptForSize = DAG.
shouldOptForSize
();
DAGCombiner.cpp
243
ForCodeSize = DAG.
shouldOptForSize
();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
501
if (CurDAG->
shouldOptForSize
() || V.hasOneUse())
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp
2416
(DefSize == 32 &&
shouldOptForSize
(&MF))) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
1377
if (DAG.
shouldOptForSize
() && NumElts > NumViaIntegerBits)
1573
if (!DAG.
shouldOptForSize
() &&
Completed in 128 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026