Searched refs:EmitExpm1 (Results 1 – 4 of 4) sorted by relevance
70 StatusOr<llvm::Value*> EmitExpm1(PrimitiveType prim_type,
232 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitExpm1(PrimitiveType prim_type, in EmitExpm1() function in xla::gpu::GpuElementalIrEmitter
150 virtual StatusOr<llvm::Value*> EmitExpm1(PrimitiveType prim_type,
451 return EmitExpm1(op->shape().element_type(), operand_value); in EmitFloatUnaryOp()683 EmitExpm1(component_type, two_a)); in EmitComplexUnaryOp()685 EmitExpm1(component_type, neg_2a)); in EmitComplexUnaryOp()1421 StatusOr<llvm::Value*> ElementalIrEmitter::EmitExpm1(PrimitiveType prim_type, in EmitExpm1() function in xla::ElementalIrEmitter