Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h114 NoFPExcept = 1 << 14, // Instruction does not raise enumerator
1169 !getFlag(MachineInstr::MIFlag::NoFPExcept);
H A DSelectionDAGNodes.h416 NoFPExcept = 1 << 12,
459 void setNoFPExcept(bool b) { setFlag<NoFPExcept>(b); }
476 bool hasNoFPExcept() const { return Flags & NoFPExcept; }
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp302 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
H A DSystemZInstrInfo.cpp1546 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
1631 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp801 if (MI.getFlag(MachineInstr::NoFPExcept)) in printMI()
H A DMachineInstr.cpp1855 if (getFlag(MachineInstr::NoFPExcept)) in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1106 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
H A DSelectionDAGISel.cpp4230 Res->setFlags(Res->getFlags() | SDNodeFlags::NoFPExcept); in SelectCodeCommon()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h85 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1447 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
H A DX86InstrInfo.cpp7283 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in fuseInst()
7284 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in fuseInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21414 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
21415 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
21425 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
21426 MIB2->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
21856 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
21857 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
21870 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
21871 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
21876 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
21877 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1508 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3526 I.setFlags(MachineInstr::NoFPExcept); in select()
4614 CmpMI.setMIFlags(MachineInstr::NoFPExcept); in emitFPCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2079 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14285 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()
14286 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()