Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSISchedule.td19 def WriteBranch : SchedWrite;
155 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
317 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
350 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
381 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
H A DSIInstructions.td613 let SchedRW = [WriteBranch];
625 let SchedRW = [WriteBranch];
644 let SchedRW = [WriteBranch];
659 let SchedRW = [WriteBranch];
694 let SchedRW = [WriteBranch];
3974 let SchedRW = [WriteBranch];
H A DSOPInstructions.td303 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
1028 let SchedRW = [WriteBranch];
1494 let isBranch = 1, SchedRW = [WriteBranch] in {
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp314 static void WriteBranch( in WriteBranch() function
330 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch()
865 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch()
922 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()