Home
last modified time | relevance | path

Searched refs:hasMinSize (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp378 if (isMClass() && hasMinSize()) in enableMachineScheduler()
461 if (isThumb2() && MF.getFunction().hasMinSize()) in getGPRAllocationOrder()
476 return isThumb2() && MF.getFunction().hasMinSize() && in ignoreCSRForAllocationOrder()
DARMTargetMachine.cpp278 if (F.hasMinSize()) in getSubtargetImpl()
288 F.hasMinSize()); in getSubtargetImpl()
DARMSelectionDAGInfo.cpp173 if (NumMEMCPYs > 1 && Subtarget.hasMinSize()) { in EmitTargetCodeForMemcpy()
DARMPredicates.td177 "Subtarget->hasMinSize())">;
DARMSubtarget.h766 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function
DThumb2SizeReduction.cpp1131 MinimizeSize = STI->hasMinSize(); in runOnMachineFunction()
DARMTargetTransformInfo.cpp558 const unsigned Limit = TLI->getMaxStoresPerMemmove(F->hasMinSize()); in getMemcpyCost()
DARMAsmPrinter.cpp126 else if (F.hasMinSize()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBreakFalseDeps.cpp195 if (MF->getFunction().hasMinSize()) in processDefs()
220 if (MF->getFunction().hasMinSize()) in processUndefReads()
DGlobalMerge.cpp334 if (OnlyOptimizeForSize && !ParentFn->hasMinSize()) in doMerge()
DMachineCSE.cpp873 if (CandidateBB->getParent()->getFunction().hasMinSize()) in isProfitableToHoistInto()
DExpandMemCmp.cpp732 if (CI->getFunction()->hasMinSize()) in expandMemCmp()
DAtomicExpandPass.cpp1119 !F->hasMinSize(); in expandAtomicCmpXchg()
1123 bool UseUnconditionalReleaseBarrier = F->hasMinSize() && !CI->isWeak(); in expandAtomicCmpXchg()
DIfConversion.cpp296 if (MF.getFunction().hasMinSize()) { in MeetIfcvtSizeLimit()
DMachineBlockPlacement.cpp2804 if (F->getFunction().hasMinSize() || in alignBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp148 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
DAArch64CompressJumpTables.cpp151 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize()) in runOnMachineFunction()
DAArch64ConditionalCompares.cpp943 MinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h630 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
634 return hasFnAttribute(Attribute::OptimizeForSize) || hasMinSize(); in hasOptSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h131 if (DAG.getMachineFunction().getFunction().hasMinSize()) in shouldExpandShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp273 if (DAG.getMachineFunction().getFunction().hasMinSize()) in emitConstantSizeRepmov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp548 if (Caller->hasMinSize()) { in finalizeAnalysis()
1179 if (Caller->hasMinSize()) { in updateThreshold()
1192 if (!Caller->hasMinSize()) { in updateThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp383 return F.hasOptSize() && !F.hasMinSize(); in isOptSize()
387 return MF.getFunction().hasMinSize(); in isMinSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp851 return MF.getFunction().hasMinSize(); in shouldLowerMemFuncForSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc51618 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51636 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51654 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51685 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51703 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51721 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51748 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51756 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51764 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
51782 …target->useFPVMLx() && TM.Options.AllowFPOpFusion != FPOpFusion::Fast) ||Subtarget->hasMinSize()))
[all …]

12