Searched defs:Bl (Results 1 – 9 of 9) sorted by relevance
58 __ Bl(&target); in benchmark() local
65 __ Bl(&target_3); in benchmark() local
48 __ Bl(&entry); // Recursive call factorial_rec(n - 1). in GenerateFactorialRec() local
346 __ Bl(&fn); in GenerateCallReturnSequence() local
870 MachineInstrBuilder Bl = BuildMI(*MBB, MI, DL, TI.get(OpcodeLower)); in expandPseudoVFMK() local
2040 __ Bl(&label_4); in TEST() local2474 __ Bl(&fn1); in TEST() local2488 __ Bl(&fn2); in TEST() local2527 __ Bl(&fn1); in TEST() local2541 __ Bl(&fn2); in TEST() local2581 __ Bl(&fn1); in TEST() local2594 __ Bl(&fn2); in TEST() local2687 __ Bl(&fn1); in TEST() local2726 __ Bl(&fn1); in TEST() local2762 __ Bl(&fn1); in TEST() local[all …]
3820 __ Bl(&labels[label_index]); in NearBranchAndLiteralFuzzHelper() local5611 __ Bl(&func1); in TEST() local
1437 void Bl(Condition cond, Label* label) { in Bl() function1455 void Bl(Label* label) { Bl(al, label); } in Bl() function
1146 void Bl(Label* label) { in Bl() function