Searched refs:NoFPExcept (Results 1 – 13 of 13) sorted by relevance
389 bool NoFPExcept : 1;397 AllowReassociation(false), NoFPExcept(false) {}421 void setNoFPExcept(bool b) { NoFPExcept = b; }434 bool hasNoFPExcept() const { return NoFPExcept; }449 NoFPExcept &= Flags.NoFPExcept;
108 NoFPExcept = 1 << 14, // Instruction does not raise enumerator1029 !getFlag(MachineInstr::MIFlag::NoFPExcept);
303 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
1319 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
754 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
1663 if (getFlag(MachineInstr::NoFPExcept)) in print()
85 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
983 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
1368 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
5390 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()5391 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()
1266 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
1803 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
12403 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()12404 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()