Home | History | Annotate | Download | only in X86

Lines Matching full:extract

300     // sequence of extract + two vector multiply + insert.
371 // operations and we only need to extract the upper YMM half.
372 // Two ops + 1 extract + 1 insert = 4.
425 Cost = 3; // Extract + insert + copy.
510 // This is expanded into a long sequence of four extract + four insert.
713 // vector-extract, one scalar conversion and one vector-insert). The
1071 int X86TTIImpl::getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
1078 if (Extract)
1094 // Cost = 64 bit store + extract + 32 bit store.