Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h503 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h249 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
250 return CurDAG->shouldOptForSize(); in shouldOptForSize()
H A DFastISel.h516 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
H A DSelectionDAG.h2293 bool shouldOptForSize() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1326 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp335 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()
3320 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()
5055 if (!CurDAG->shouldOptForSize()) in Select()
H A DX86InstrInfo.td1042 def OptForSize : Predicate<"shouldOptForSize(MF)">;
1044 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;
1046 "shouldOptForSize(MF)">;
1047 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
H A DX86ISelLowering.cpp9817 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()
13141 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()
21504 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()
24494 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()
31113 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()
38979 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()
40003 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1311 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG
1780 Alignment = shouldOptForSize() in getConstantPool()
6947 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
H A DLegalizeDAG.cpp3295 DAG.shouldOptForSize())) in ExpandNode()
H A DSelectionDAGBuilder.cpp5428 Val, DAG.shouldOptForSize())) { in ExpandPowI()
H A DTargetLowering.cpp7320 if (DAG.shouldOptForSize()) in expandDIVREMByConstant()
H A DDAGCombiner.cpp245 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2189 if (DAG.shouldOptForSize()) in lowerFTRUNC_FCEIL_FFLOOR_FROUND()
2422 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()
2680 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBUILD_VECTOR()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp627 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
H A DAArch64InstrInfo.td828 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
829 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;
831 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2614 if (!shouldOptForSize(&MF)) in select()