Lines Matching defs:Small
20828 // 2^31-1 ("Small") and from 2^31 to 2^32-1 ("Big").
20829 SDValue Small = DAG.getNode(X86ISD::CVTTP2SI, dl, VT, Src);
20837 // as our indicator that we rather use "Big" instead of "Small".
20839 // Use "Small" if "IsOverflown" has all bits cleared
20845 SDValue Overflow = DAG.getNode(ISD::OR, dl, VT, Small, Big);
20846 return DAG.getNode(X86ISD::BLENDV, dl, VT, Small, Overflow, Small);
20850 DAG.getNode(X86ISD::VSRAI, dl, VT, Small,
20852 return DAG.getNode(ISD::OR, dl, VT, Small,
21115 // (i32) 0 to 2^31-1 ("Small") and from 2^31 to 2^32-1 ("Big").
21116 // (i64) 0 to 2^63-1 ("Small") and from 2^63 to 2^64-1 ("Big").
21117 SDValue Small =
21127 // as our indicator that we rather use "Big" instead of "Small".
21129 // Use "Small" if "IsOverflown" has all bits cleared
21132 ISD::SRA, dl, VT, Small, DAG.getConstant(DstBits - 1, dl, MVT::i8));
21133 return DAG.getNode(ISD::OR, dl, VT, Small,
34098 if ((M != CodeModel::Small || isPositionIndependent()) &&
35851 bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&
36230 bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&