Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dparallel_loop_emitter.cc132 auto if_in_bounds = llvm_ir::EmitIfThenElse( in EmitIndexAndSetExitBasicBlock() local
139 exit_bb_ = if_in_bounds.after_block; in EmitIndexAndSetExitBasicBlock()
143 llvm_ir::SetToFirstInsertPoint(if_in_bounds.true_block, b_); in EmitIndexAndSetExitBasicBlock()
Dir_emitter_unnested.cc883 llvm_ir::LlvmIfData if_in_bounds = in HandleSelectAndScatter() local
885 llvm_ir::SetToFirstInsertPoint(if_in_bounds.true_block, &b_); in HandleSelectAndScatter()
/external/v8/src/ic/
Dkeyed-store-generic.cc472 Label if_fast(this), if_in_bounds(this), if_out_of_bounds(this), in EmitGenericElementStore() local
485 Branch(UintPtrLessThan(intptr_index, capacity), &if_in_bounds, in EmitGenericElementStore()
491 GotoIf(UintPtrLessThan(intptr_index, length), &if_in_bounds); in EmitGenericElementStore()
498 BIND(&if_in_bounds); in EmitGenericElementStore()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc839 llvm_ir::LlvmIfData if_in_bounds = in HandleSelectAndScatter() local
841 SetToFirstInsertPoint(if_in_bounds.true_block, &b_); in HandleSelectAndScatter()