Searched refs:PrimitiveTypeToIrType (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | tuple_ops.cc | 46 llvm::ConstantInt::get(PrimitiveTypeToIrType(PRED, module), 0), in EmitTupleSelect() 66 b->CreatePointerCast(operands[i], PrimitiveTypeToIrType(TUPLE, module)); in EmitTuple() 100 llvm_ir::PrimitiveTypeToIrType(element_shape.element_type(), module); in EmitTupleAllocasAtFunctionEntry()
|
D | sort_util.cc | 122 llvm_ir::PrimitiveTypeToIrType(PRED, module), "compare_return_buffer", in EmitCompareLoopBody() 333 llvm_ir::PrimitiveTypeToIrType( in EmitSortInPlace()
|
D | fused_ir_emitter.cc | 127 operand_elemental_ir_types.push_back(llvm_ir::PrimitiveTypeToIrType( in HandleTuple()
|
D | llvm_util.cc | 145 llvm::Type* PrimitiveTypeToIrType(PrimitiveType element_type, in PrimitiveTypeToIrType() function 232 llvm::Type* result_type = PrimitiveTypeToIrType(shape.element_type(), module); in ShapeToIrType() 368 return b->CreateZExt(comparison_result, llvm_ir::PrimitiveTypeToIrType( in EmitComparison()
|
D | llvm_util.h | 131 llvm::Type* PrimitiveTypeToIrType(PrimitiveType element_type,
|
D | ir_array.cc | 458 PrimitiveTypeToIrType(shape_.element_type(), module) in EmitArrayElementAddress()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 225 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating() 230 llvm_ir::PrimitiveTypeToIrType(to_type, module)); in EmitIntegralToFloating() 263 llvm_ir::PrimitiveTypeToIrType(PRED, module_)); in EmitIntegerUnaryOp() 267 llvm_ir::PrimitiveTypeToIrType(to_type, module_), in EmitIntegerUnaryOp() 280 auto to_ir_component_type = llvm_ir::PrimitiveTypeToIrType( in EmitIntegerUnaryOp() 306 llvm_ir::PrimitiveTypeToIrType(to_type, module_)); in EmitIntegerUnaryOp() 320 llvm_ir::PrimitiveTypeToIrType(op->shape().element_type(), module_); in EmitIntegerUnaryOp() 337 llvm_ir::PrimitiveTypeToIrType(op->shape().element_type(), module_); in EmitIntegerUnaryOp() 351 llvm_ir::PrimitiveTypeToIrType(PRED, module_)); in EmitIntegerUnaryOp() 395 llvm_ir::PrimitiveTypeToIrType(to_component_type, module_)), in EmitFloatUnaryOp() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | target_util.cc | 202 llvm_ir::PrimitiveTypeToIrType(input_type, module)); in EmitDeviceFunctionCall() 205 llvm_ir::PrimitiveTypeToIrType(output_type, module), // Return type. in EmitDeviceFunctionCall()
|
D | ir_emitter_unnested.cc | 2270 llvm_ir::PrimitiveTypeToIrType(operand_shape.element_type(), in EmitSelectAndScatterFromMlir() 2359 llvm_ir::PrimitiveTypeToIrType(PRED, in EmitSelectAndScatterFromMlir() 2377 llvm::ConstantInt::get(llvm_ir::PrimitiveTypeToIrType( in EmitSelectAndScatterFromMlir() 2702 llvm_ir::PrimitiveTypeToIrType(desc.updates_shape.element_type(), in EmitScatter() 4247 llvm::Type* element_type = llvm_ir::PrimitiveTypeToIrType( in EmitPrologueForReduction() 4288 llvm::Type* primitive_type = llvm_ir::PrimitiveTypeToIrType( in EmitPrologueForReduction() 4867 llvm_ir::PrimitiveTypeToIrType(param_shape.element_type(), module_), in EmitHlo021Tile()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 718 llvm_ir::PrimitiveTypeToIrType(operand_element_type, module_), in HandleSelectAndScatter() 798 llvm::ConstantInt::get(llvm_ir::PrimitiveTypeToIrType(PRED, module_), 0), in HandleSelectAndScatter() 1486 llvm_ir::PrimitiveTypeToIrType(element_type, module_); in CreateShardedVectorType() 2419 llvm::ConstantInt::get(llvm_ir::PrimitiveTypeToIrType(PRED, module_), 0)); in HandleWhile() 2589 llvm_ir::PrimitiveTypeToIrType(primitive_type, module_)); in EmitTransferElements() 2665 llvm_ir::PrimitiveTypeToIrType(PRED, module_), 0), in HandleConditional()
|
D | dot_op_emitter.cc | 775 float_type = llvm_ir::PrimitiveTypeToIrType(C64, module); in EmitCallToRuntime() 781 float_type = llvm_ir::PrimitiveTypeToIrType(C128, module); in EmitCallToRuntime()
|
D | vector_support_library.cc | 33 scalar_type_ = llvm_ir::PrimitiveTypeToIrType( in VectorSupportLibrary()
|