Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 551 let SchedRW = [WriteBranch]; 563 let SchedRW = [WriteBranch]; 582 let SchedRW = [WriteBranch]; 598 let SchedRW = [WriteBranch]; 3596 let SchedRW = [WriteBranch];
|
| H A D | SOPInstructions.td | 308 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 805 let SchedRW = [WriteBranch]; 1206 let isBranch = 1, SchedRW = [WriteBranch] in {
|