Searched refs:if_in_bounds (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | parallel_loop_emitter.cc | 132 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()
|
D | ir_emitter_unnested.cc | 883 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/ |
D | keyed-store-generic.cc | 472 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/ |
D | ir_emitter.cc | 839 llvm_ir::LlvmIfData if_in_bounds = in HandleSelectAndScatter() local 841 SetToFirstInsertPoint(if_in_bounds.true_block, &b_); in HandleSelectAndScatter()
|