Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h483 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
486 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
H A DUtils.h398 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h248 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
249 return CurDAG->shouldOptForSize(); in shouldOptForSize()
H A DFastISel.h515 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
H A DSelectionDAG.h2007 bool shouldOptForSize() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1008 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp335 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()
3209 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()
4863 if (!CurDAG->shouldOptForSize()) in Select()
H A DX86InstrInfo.td1028 def OptForSize : Predicate<"shouldOptForSize(MF)">;
1030 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;
1032 "shouldOptForSize(MF)">;
1033 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
H A DX86ISelLowering.cpp8999 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()
12221 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()
19737 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()
20155 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()
22793 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()
35798 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1166 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG
1618 Alignment = shouldOptForSize() in getConstantPool()
6363 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
H A DLegalizeDAG.cpp3207 DAG.shouldOptForSize())) in ExpandNode()
H A DSelectionDAGBuilder.cpp5362 bool OptForSize = DAG.shouldOptForSize(); in ExpandPowI()
H A DDAGCombiner.cpp243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1510 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()
1729 if (!DAG.shouldOptForSize() && in lowerBUILD_VECTOR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2520 (DefSize == 32 && shouldOptForSize(&MF))) { in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp535 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
H A DAArch64InstrInfo.td631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
632 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;
634 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;