Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SISchedule.td | 19 def WriteBranch : SchedWrite; 155 def : HWWriteRes<WriteBranch, [HWBranch], 8>; 319 def : HWWriteRes<WriteBranch, [HWBranch], 32>; 352 def : HWWriteRes<WriteBranch, [HWBranch], 32>; 383 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
|
H A D | SIInstructions.td | 616 let SchedRW = [WriteBranch]; 628 let SchedRW = [WriteBranch]; 647 let SchedRW = [WriteBranch]; 662 let SchedRW = [WriteBranch]; 697 let SchedRW = [WriteBranch]; 3996 let SchedRW = [WriteBranch];
|
H A D | SOPInstructions.td | 315 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 1047 let SchedRW = [WriteBranch]; 1524 let isBranch = 1, SchedRW = [WriteBranch] in {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 314 static void WriteBranch( in WriteBranch() function 330 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch() 874 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 931 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
|