Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h255 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
256 return CurDAG->shouldOptForSize(); in shouldOptForSize()
DFastISel.h543 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
DSelectionDAG.h1746 bool shouldOptForSize() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td983 def OptForSize : Predicate<"shouldOptForSize(MF)">;
985 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;
987 "shouldOptForSize(MF)">;
988 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
DX86ISelDAGToDAG.cpp339 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()
3086 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()
DX86ISelLowering.cpp8577 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()
11364 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()
18562 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()
18921 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()
21111 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()
40635 bool OptForSize = DAG.shouldOptForSize(); in combineOrShiftToFunnelShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1045 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG
1468 Alignment = shouldOptForSize() in getConstantPool()
5843 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
DSelectionDAGBuilder.cpp5426 bool OptForSize = DAG.shouldOptForSize(); in ExpandPowI()
DDAGCombiner.cpp227 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc12540 if ((Subtarget->hasAVX512()) && (shouldOptForSize(MF))) {
12543 …if ((shouldOptForSize(MF) || !Subtarget->hasSSE41()) && (Subtarget->hasSSE2() && !Subtarget->hasAV…
12546 if ((shouldOptForSize(MF)) && (Subtarget->hasAVX() && !Subtarget->hasAVX512())) {
12564 if ((Subtarget->hasAVX512()) && (shouldOptForSize(MF))) {
12567 …if ((shouldOptForSize(MF) || !Subtarget->hasSSE41()) && (Subtarget->hasSSE1() && !Subtarget->hasAV…
12570 if ((shouldOptForSize(MF)) && (Subtarget->hasAVX() && !Subtarget->hasAVX512())) {
DX86GenGlobalISel.inc377 static bool shouldOptForSize(const MachineFunction *MF) {
386 if (shouldOptForSize(MF))
390 if (!shouldOptForSize(MF))
392 if (!Subtarget->slowIncDec() || shouldOptForSize(MF))
394 if (shouldOptForSize(MF) || !Subtarget->hasSSE41())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp438 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
DAArch64InstrInfo.td566 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
567 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;
569 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc118 static bool shouldOptForSize(const MachineFunction *MF) {
125 if (!shouldOptForSize(MF))
127 if (!Subtarget->isSTRQroSlow() || shouldOptForSize(MF))