Lines Matching full:reduce
10 #define DEBUG_TYPE "t2-reduce-size"
32 static cl::opt<int> ReduceLimit("t2-reduce-limit",
34 static cl::opt<int> ReduceLimit2Addr("t2-reduce-limit2",
36 static cl::opt<int> ReduceLimitLdSt("t2-reduce-limit3",
166 /// ReduceTo2Addr - Reduce a 32-bit instruction to a 16-bit two-address
173 /// ReduceToNarrow - Reduce a 32-bit instruction to a 16-bit
180 /// ReduceMI - Attempt to reduce MI, return true on success.
185 /// ReduceMBB - Reduce width of instructions in the specified basic block.
505 // If the source register is SP, try to reduce to tADDrSPi, otherwise
506 // it's a normal reduce.
512 // Try to reduce to tADDrSPi.
586 // Try to reduce to the lo-reg only version first. Why there are two
627 // can't reduce.