Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 284 static void WriteBranch( in WriteBranch() function 300 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch() 809 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 866 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 19 def WriteBranch : SchedWrite; 144 def : HWWriteRes<WriteBranch, [HWBranch], 8>; 303 def : HWWriteRes<WriteBranch, [HWBranch], 32>; 330 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
|
| H A D | SIInstructions.td | 515 let SchedRW = [WriteBranch]; 527 let SchedRW = [WriteBranch]; 546 let SchedRW = [WriteBranch]; 562 let SchedRW = [WriteBranch]; 3328 let SchedRW = [WriteBranch];
|
| H A D | SOPInstructions.td | 295 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 800 let SchedRW = [WriteBranch]; 1201 let isBranch = 1, SchedRW = [WriteBranch] in {
|