Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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.td515 let SchedRW = [WriteBranch];
527 let SchedRW = [WriteBranch];
546 let SchedRW = [WriteBranch];
562 let SchedRW = [WriteBranch];
3328 let SchedRW = [WriteBranch];
H A DSOPInstructions.td295 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
800 let SchedRW = [WriteBranch];
1201 let isBranch = 1, SchedRW = [WriteBranch] in {