Home | History | Annotate | Download | only in src

Lines Matching defs:Main

22 public class Main {
24 /// CHECK-START: int Main.sadShort2IntParamRight(short[], short) loop_optimization (before)
36 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntParamRight(short[], short) loop_optimization (after)
55 /// CHECK-START: int Main.sadShort2IntParamLeft(short[], short) loop_optimization (before)
67 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntParamLeft(short[], short) loop_optimization (after)
86 /// CHECK-START: int Main.sadShort2IntConstRight(short[]) loop_optimization (before)
98 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntConstRight(short[]) loop_optimization (after)
117 /// CHECK-START: int Main.sadShort2IntConstLeft(short[]) loop_optimization (before)
129 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntConstLeft(short[]) loop_optimization (after)
148 /// CHECK-START: int Main.sadShort2IntInvariantRight(short[], int) loop_optimization (before)
160 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntInvariantRight(short[], int) loop_optimization (after)
180 /// CHECK-START: int Main.sadShort2IntInvariantLeft(short[], int) loop_optimization (before)
192 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntInvariantLeft(short[], int) loop_optimization (after)
212 /// CHECK-START: int Main.sadShort2IntCastedExprRight(short[]) loop_optimization (before)
226 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntCastedExprRight(short[]) loop_optimization (after)
247 /// CHECK-START: int Main.sadShort2IntCastedExprLeft(short[]) loop_optimization (before)
261 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntCastedExprLeft(short[]) loop_optimization (after)
282 public static void main(String[] args) {