Lines Matching full:folded
12 // Instructions with folded loads need to read the memory operand immediately,
26 // Instructions with both a load and a store folded are modeled as a folded
42 // variants: With and without a folded load.
44 // with a folded load.
46 // The SchedWrite to use when a load is folded into the instruction.
47 SchedWrite Folded;
49 // until the folded load has completed.
59 let Folded = !cast<SchedWrite>(NAME#"Ld");
73 def : WriteRes<SchedRW.Folded, []>;
125 // Loads, stores, and moves, not folded with other operations.