Home | History | Annotate | Download | only in CodeGen

Lines Matching full:extract

100     "disable-cgp-store-extract", cl::Hidden, cl::init(false),
101 cl::desc("Disable store(extract) optimizations in CodeGenPrepare"));
104 "stress-cgp-store-extract", cl::Hidden, cl::init(false),
105 cl::desc("Stress test store(extract) optimizations in CodeGenPrepare"));
1051 /// %x.extract.shift = lshr i64 %arg1, 32
1053 /// %x.extract.trunc = trunc i64 %x.extract.shift to i16
1057 /// %x.extract.shift.1 = lshr i64 %arg1, 32
1058 /// %x.extract.trunc = trunc i64 %x.extract.shift.1 to i16
4845 /// Cost of combining a store and an extract.
4911 // the extract with the store.
4952 /// used at the index of the extract.