Searched refs:EmitExpm1 (Results 1 – 4 of 4) sorted by relevance
76 StatusOr<llvm::Value*> EmitExpm1(PrimitiveType prim_type,
229 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitExpm1(PrimitiveType prim_type, in EmitExpm1() function in xla::gpu::GpuElementalIrEmitter
140 virtual StatusOr<llvm::Value*> EmitExpm1(PrimitiveType prim_type,
412 return EmitExpm1(op->shape().element_type(), operand_value); in EmitFloatUnaryOp()1114 StatusOr<llvm::Value*> ElementalIrEmitter::EmitExpm1(PrimitiveType prim_type, in EmitExpm1() function in xla::ElementalIrEmitter