Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp284 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 DSISchedule.td19 def WriteBranch : SchedWrite;
144 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
303 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
330 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
H A DSIInstructions.td551 let SchedRW = [WriteBranch];
563 let SchedRW = [WriteBranch];
582 let SchedRW = [WriteBranch];
598 let SchedRW = [WriteBranch];
3596 let SchedRW = [WriteBranch];
H A DSOPInstructions.td308 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
805 let SchedRW = [WriteBranch];
1206 let isBranch = 1, SchedRW = [WriteBranch] in {