Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSISchedule.td20 def WriteBranch : SchedWrite;
101 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
H A DSIInstructions.td369 let SchedRW = [WriteBranch];
380 let SchedRW = [WriteBranch];
391 let SchedRW = [WriteBranch];
402 let SchedRW = [WriteBranch];
415 let SchedRW = [WriteBranch];
H A DSOPInstructions.td202 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
887 let isBranch = 1, SchedRW = [WriteBranch] in {
/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc285 static void WriteBranch( in WriteBranch() function
301 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch()
755 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch()
812 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()