Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.h384 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
/netbsd/external/apache2/llvm/dist/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.h1980 bool shouldOptForSize() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp994 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp335 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()
3209 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()
4856 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.cpp8974 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()
12185 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()
19674 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()
20092 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()
22652 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()
35595 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1165 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG
1618 Alignment = shouldOptForSize() in getConstantPool()
6297 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
H A DLegalizeDAG.cpp3220 DAG.shouldOptForSize())) in ExpandNode()
H A DSelectionDAGBuilder.cpp5361 bool OptForSize = DAG.shouldOptForSize(); in ExpandPowI()
H A DDAGCombiner.cpp243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1377 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()
1573 if (!DAG.shouldOptForSize() && in lowerBUILD_VECTOR()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2416 (DefSize == 32 && shouldOptForSize(&MF))) { in select()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp501 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
H A DAArch64InstrInfo.td623 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
624 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;
626 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;