Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc283 static void WriteBranch( in WriteBranch() function
299 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch()
753 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch()
810 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp284 static void WriteBranch( in WriteBranch() function
300 WriteBranch(from, from + kBranchLength, target); in WriteDirectBranch()
806 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch()
863 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSISchedule.td19 def WriteBranch : SchedWrite;
140 def : HWWriteRes<WriteBranch, [HWBranch], 8>;
255 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
H A DSIInstructions.td445 let SchedRW = [WriteBranch];
457 let SchedRW = [WriteBranch];
475 let SchedRW = [WriteBranch];
490 let SchedRW = [WriteBranch];
H A DSOPInstructions.td250 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
757 let SchedRW = [WriteBranch];
1153 let isBranch = 1, SchedRW = [WriteBranch] in {