Lines Matching defs:Subtarget
44 const ARMSubtarget &Subtarget =
46 const ARMTargetLowering *TLI = Subtarget.getTargetLowering();
144 static bool shouldGenerateInlineTPLoop(const ARMSubtarget &Subtarget,
164 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold() &&
166 Subtarget.getMaxMemcpyTPInlineSizeThreshold())
175 const ARMSubtarget &Subtarget =
179 if (Subtarget.hasMVEIntegerOps() &&
180 shouldGenerateInlineTPLoop(Subtarget, DAG, ConstantSize, Alignment, true))
194 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
205 const unsigned MaxLoadsInLDM = Subtarget.isThumb1Only() ? 4 : 6;
223 if (NumMEMCPYs > 1 && Subtarget.hasMinSize()) {
302 const ARMSubtarget &Subtarget =
308 if (Subtarget.hasMVEIntegerOps() &&
309 shouldGenerateInlineTPLoop(Subtarget, DAG, ConstantSize, Alignment,