Searched refs:NoFPExcept (Results 1 – 15 of 15) 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;
110 NoFPExcept = 1 << 14, // Instruction does not raise enumerator1044 !getFlag(MachineInstr::MIFlag::NoFPExcept);
302 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
1329 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
781 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
1607 if (getFlag(MachineInstr::NoFPExcept)) in print()
86 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
1043 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
1430 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
5930 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()5931 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()
1425 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
3321 I.setFlags(MachineInstr::NoFPExcept); in select()4640 CmpMI.setMIFlags(MachineInstr::NoFPExcept); in emitFPCompare()
9926 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()9927 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()9937 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()9938 MIB2->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
1868 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
12791 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()12792 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()