Home
last modified time | relevance | path

Searched refs:shouldOptForSize (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h488 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
491 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
H A DUtils.h497 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h250 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
251 return CurDAG->shouldOptForSize(); in shouldOptForSize()
H A DFastISel.h522 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
H A DSelectionDAG.h2187 bool shouldOptForSize() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1298 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp334 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()
3314 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()
5025 if (!CurDAG->shouldOptForSize()) in Select()
H A DX86InstrInfo.td1030 def OptForSize : Predicate<"shouldOptForSize(MF)">;
1032 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;
1034 "shouldOptForSize(MF)">;
1035 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
H A DX86ISelLowering.cpp9705 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()
12944 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()
21132 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()
24041 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()
30517 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()
37921 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()
38945 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1264 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG
1719 Alignment = shouldOptForSize() in getConstantPool()
6718 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
H A DLegalizeDAG.cpp3266 DAG.shouldOptForSize())) in ExpandNode()
H A DSelectionDAGBuilder.cpp5363 Val, DAG.shouldOptForSize())) { in ExpandPowI()
H A DDAGCombiner.cpp240 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp582 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
H A DAArch64InstrInfo.td763 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
764 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;
766 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2570 if (!shouldOptForSize(&MF)) in select()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2107 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()
2356 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBUILD_VECTOR()