Searched refs:WriteBranch (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 283 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 D | interception_win.cpp | 284 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 D | interception_win.cc | 285 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 D | SISchedule.td | 19 def WriteBranch : SchedWrite; 140 def : HWWriteRes<WriteBranch, [HWBranch], 8>; 255 def : HWWriteRes<WriteBranch, [HWBranch], 32>;
|
H A D | SIInstructions.td | 445 let SchedRW = [WriteBranch]; 457 let SchedRW = [WriteBranch]; 475 let SchedRW = [WriteBranch]; 490 let SchedRW = [WriteBranch];
|
H A D | SOPInstructions.td | 250 let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in { 757 let SchedRW = [WriteBranch]; 1153 let isBranch = 1, SchedRW = [WriteBranch] in {
|