Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 20 def WriteBranch : SchedWrite; 101 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
|
| H A D | SIInstructions.td | 369 let SchedRW = [WriteBranch]; 380 let SchedRW = [WriteBranch]; 391 let SchedRW = [WriteBranch]; 402 let SchedRW = [WriteBranch]; 415 let SchedRW = [WriteBranch];
|
| H A D | SOPInstructions.td | 202 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 887 let isBranch = 1, SchedRW = [WriteBranch] in {
|
| /freebsd-12.1/contrib/compiler-rt/lib/interception/ |
| H A D | interception_win.cc | 285 static void WriteBranch( in WriteBranch() function 301 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch() 755 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 812 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
|