Lines Matching full:rounding
1 //===-- PTXFPRoundingModePass.cpp - Assign rounding modes pass ------------===//
10 // This file defines a machine function pass that sets appropriate FP rounding
15 #define DEBUG_TYPE "ptx-fp-rounding-mode"
31 /// PTXFPRoundingModePass - Pass to assign appropriate FP rounding modes to
33 /// instructions that have a rounding mode set to RndDefault, and sets an
34 /// appropriate rounding mode based on the target device.
55 return "PTX FP Rounding Mode Pass";
88 // Build a map of default rounding mode for all instructions that need a
89 // rounding mode.
165 // Is this an instruction that needs a rounding mode?
168 // Get the rounding mode operand
170 // Update the rounding mode if needed