Searched refs:NoFPExcept (Results 1 – 8 of 8) sorted by relevance
381 bool NoFPExcept : 1;390 AllowReassociation(false), NoFPExcept(false) {}455 NoFPExcept = b;470 bool hasNoFPExcept() const { return NoFPExcept; }473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&493 NoFPExcept &= Flags.NoFPExcept;
107 NoFPExcept = 1 << 14, // Instruction does not raise enumerator891 !getFlag(MachineInstr::MIFlag::NoFPExcept);
303 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
755 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
1541 if (getFlag(MachineInstr::NoFPExcept)) in print()
887 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
1213 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
4708 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()4709 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()