reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT, V, 216 unsigned PartBits = PartVT.getSizeInBits(); 231 PartVT, HalfVT, V); 233 RoundParts / 2, PartVT, HalfVT, V); 248 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts, OddParts, PartVT, 264 } else if (PartVT.isFloatingPoint()) { 266 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && 276 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() && 277 !PartVT.isVector() && "Unexpected split"); 279 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V, CC);