Searched refs:brinfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2009-07-16-CoalescerBug.ll | 4 %struct.brinfo = type <{ %struct.brinfo*, %struct.brinfo*, i8*, i32, i32, i32, i8, i8, i8, i8 }> 201 …uct.patprog* %cp.0, %struct.cline** undef, i32 0, %struct.brinfo** undef, i32 0, %struct.brinfo** … 208 …8*, i8*, i8*, %struct.patprog*, %struct.cline**, i32, %struct.brinfo**, i32, %struct.brinfo**, i32…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2009-07-16-CoalescerBug.ll | 4 %struct.brinfo = type <{ %struct.brinfo*, %struct.brinfo*, i8*, i32, i32, i32, i8, i8, i8, i8 }> 201 …uct.patprog* %cp.0, %struct.cline** undef, i32 0, %struct.brinfo** undef, i32 0, %struct.brinfo** … 208 …8*, i8*, i8*, %struct.patprog*, %struct.cline**, i32, %struct.brinfo**, i32, %struct.brinfo**, i32…
|
/external/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 393 } brinfo[7] = { in print_instr_cat0() local 412 fprintf(ctx->out, "%s", brinfo[cat0->brtype].suffix); in print_instr_cat0() 413 if (brinfo[cat0->brtype].idx) { in print_instr_cat0() 416 if (brinfo[cat0->brtype].nsrc >= 1) { in print_instr_cat0() 420 if (brinfo[cat0->brtype].nsrc >= 2) { in print_instr_cat0()
|