Lines Matching defs:ConstantSize
146 ConstantSDNode *ConstantSize,
161 if (!ConstantSize && Alignment >= Align(4))
163 if (ConstantSize &&
164 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold() &&
165 ConstantSize->getZExtValue() <
177 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
180 shouldGenerateInlineTPLoop(Subtarget, DAG, ConstantSize, Alignment, true))
190 if (!ConstantSize)
193 uint64_t SizeVal = ConstantSize->getZExtValue();
305 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
309 shouldGenerateInlineTPLoop(Subtarget, DAG, ConstantSize, Alignment,