Lines Matching full:extract
41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
354 // operations and we only need to extract the upper YMM half.
355 // Two ops + 1 extract + 1 insert = 4.
375 // sequence of extract + two vector multiply + insert.
417 Cost = 3; // Extract + insert + copy.
505 // This is expanded into a long sequence of four extract + four insert.
658 // vector-extract, one scalar conversion and one vector-insert). The
764 bool Extract) const {
771 if (Extract)
787 // Cost = 64 bit store + extract + 32 bit store.