Searched refs:EmitRoundNearestAfz (Results 1 – 4 of 4) sorted by relevance
94 StatusOr<llvm::Value*> EmitRoundNearestAfz(PrimitiveType prim_type,
274 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitRoundNearestAfz( in EmitRoundNearestAfz() function in xla::gpu::GpuElementalIrEmitter
149 virtual StatusOr<llvm::Value*> EmitRoundNearestAfz(PrimitiveType prim_type,
440 return EmitRoundNearestAfz(op->shape().element_type(), operand_value); in EmitFloatUnaryOp()1137 StatusOr<llvm::Value*> ElementalIrEmitter::EmitRoundNearestAfz( in EmitRoundNearestAfz() function in xla::ElementalIrEmitter