Lines Matching full:extract
97 "disable-cgp-store-extract", cl::Hidden, cl::init(false),
98 cl::desc("Disable store(extract) optimizations in CodeGenPrepare"));
101 "stress-cgp-store-extract", cl::Hidden, cl::init(false),
102 cl::desc("Stress test store(extract) optimizations in CodeGenPrepare"));
1013 /// %x.extract.shift = lshr i64 %arg1, 32
1015 /// %x.extract.trunc = trunc i64 %x.extract.shift to i16
1019 /// %x.extract.shift.1 = lshr i64 %arg1, 32
1020 /// %x.extract.trunc = trunc i64 %x.extract.shift.1 to i16
4760 /// Cost of combining a store and an extract.
4826 // the extract with the store.
4867 /// used at the index of the extract.