Home | History | Annotate | Download | only in Mips

Lines Matching full:islands

49 #define DEBUG_TYPE "mips-constant-islands"
58 AlignConstantIslands("mips-align-constant-islands", cl::Hidden, cl::init(true),
59 cl::desc("Align constant islands in code"));
66 "mips-constant-islands-small-offset",
76 "mips-constant-islands-no-load-relaxation",
134 // FIXME: need to go through this whole constant islands port and check the math
202 /// Islands - Clumps of constants placed in the function.
243 /// WaterList - A sorted list of basic blocks where islands could be placed
373 return "Mips Constant Islands";
461 // put in constant islands. TBD.