Searched refs:bounds_check (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_image.c | 82 bounds_check(int width, int height, int depth, in bounds_check() function 244 if (!bounds_check(width, height, depth, in sp_tgsi_load() 329 if (!bounds_check(width, height, depth, in sp_tgsi_store() 656 if (!bounds_check(width, height, depth, in sp_tgsi_op()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 4239 Diamond bounds_check(graph(), mcgraph()->common(), in BuildAsmjsLoadMem() 4241 bounds_check.Chain(control()); in BuildAsmjsLoadMem() 4244 index, effect(), bounds_check.if_true); in BuildAsmjsLoadMem() 4245 SetEffectControl(bounds_check.EffectPhi(load, effect()), bounds_check.merge); in BuildAsmjsLoadMem() 4267 return bounds_check.Phi(type.representation(), load, oob_value); in BuildAsmjsLoadMem() 4282 Diamond bounds_check(graph(), mcgraph()->common(), in BuildAsmjsStoreMem() 4285 bounds_check.Chain(control()); in BuildAsmjsStoreMem() 4291 bounds_check.if_true); in BuildAsmjsStoreMem() 4292 SetEffectControl(bounds_check in BuildAsmjsStoreMem() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 2396 bool bounds_check = *checked_up_to < cp_offset || read_backward(); in TextEmitPass() local 2398 bounds_check, preloaded, zone()); in TextEmitPass()
|
Completed in 17 milliseconds