Home
last modified time | relevance | path

Searched refs:WriteBranch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSISchedule.td19 def WriteBranch : SchedWrite;
158 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
383 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
416 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
447 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
469 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
H A DSIInstructions.td668 let SchedRW = [WriteBranch];
680 let SchedRW = [WriteBranch];
699 let SchedRW = [WriteBranch];
714 let SchedRW = [WriteBranch];
745 SchedRW = [WriteBranch],
4408 let SchedRW = [WriteBranch];
H A DSOPInstructions.td316 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
1027 let SchedRW = [WriteBranch];
1506 let isBranch = 1, SchedRW = [WriteBranch] in {
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp334 static void WriteBranch( in WriteBranch() function
350 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch()
1157 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch()
1214 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()