Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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() 760 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 817 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 19 def WriteBranch : SchedWrite; 140 def : HWWriteRes<WriteBranch, [HWBranch], 8>; 255 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
|
| H A D | SOPInstructions.td | 259 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 782 let SchedRW = [WriteBranch]; 1186 let isBranch = 1, SchedRW = [WriteBranch] in {
|
| H A D | SIInstructions.td | 471 let SchedRW = [WriteBranch]; 483 let SchedRW = [WriteBranch]; 501 let SchedRW = [WriteBranch]; 516 let SchedRW = [WriteBranch];
|