Searched refs:operand_address (Results 1 – 2 of 2) sorted by relevance
787 llvm::Value* operand_address = in HandleSelectAndScatter() local789 llvm::Value* operand_element = Load(operand_address); in HandleSelectAndScatter()803 Store(Load(operand_address), selected_value_address); in HandleSelectAndScatter()1031 llvm::Value* operand_address = GetEmittedValueFor(operand); in HandleFft() local1052 BitCast(operand_address, int8_ptr_type), b_.getInt32(fft->fft_type()), in HandleFft()
2356 llvm::Value* operand_address = in EmitSelectAndScatterFromMlir() local2369 *select_computation, {selected_value_address, operand_address}, in EmitSelectAndScatterFromMlir()2384 Store(Load(operand_address), selected_value_address); in EmitSelectAndScatterFromMlir()