Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h139 llvm::Value* ICmpULT(Args&&... args) { in ICmpULT() function
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1845 CondBr(ICmpULT(source_index[concat_dim], in EmitElementalConcatenate()
2675 ICmpULT(input_multi_index[i], in EmitElementalReduceWindow()
2906 llvm::Value* dim_in_bound = ICmpULT(input_spatial[i], input_bound); in EmitConvolution()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2320 llvm::Value* index_condition = ICmpULT( in EmitSelectAndScatterFromMlir()
2688 And(is_in_bounds, ICmpULT(casted_scatter_index, in EmitScatter()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc750 ICmpULT(operand_multi_index[i], in HandleSelectAndScatter()