Home
last modified time | relevance | path

Searched refs:NoFPExcept (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h399 bool NoFPExcept : 1;
409 ApproximateFuncs(false), AllowReassociation(false), NoFPExcept(false),
436 void setNoFPExcept(bool b) { NoFPExcept = b; }
452 bool hasNoFPExcept() const { return NoFPExcept; }
470 NoFPExcept &= Flags.NoFPExcept;
H A DMachineInstr.h110 NoFPExcept = 1 << 14, // Instruction does not raise enumerator
1136 !getFlag(MachineInstr::MIFlag::NoFPExcept);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp296 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
H A DSystemZInstrInfo.cpp1341 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp800 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
H A DMachineInstr.cpp1688 if (getFlag(MachineInstr::NoFPExcept)) in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1080 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h85 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1428 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
H A DX86InstrInfo.cpp7167 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()
7168 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16717 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
16718 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
16728 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
16729 MIB2->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
17124 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
17125 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
17138 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
17139 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
17144 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
17145 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1502 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3418 I.setFlags(MachineInstr::NoFPExcept); in select()
4630 CmpMI.setMIFlags(MachineInstr::NoFPExcept); in emitFPCompare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1985 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13239 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()
13240 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()