Home
last modified time | relevance | path

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

/freebsd/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.h111 NoFPExcept = 1 << 14, // Instruction does not raise enumerator
1171 !getFlag(MachineInstr::MIFlag::NoFPExcept);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp296 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
H A DSystemZInstrInfo.cpp1513 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
1598 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp804 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
H A DMachineInstr.cpp1746 if (getFlag(MachineInstr::NoFPExcept)) in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1107 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
/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.cpp1430 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
H A DX86InstrInfo.cpp7197 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in fuseInst()
7198 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in fuseInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18270 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
18271 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
18281 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitQuietFCMP()
18282 MIB2->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitQuietFCMP()
18711 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
18712 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
18725 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
18726 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
18731 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in emitFROUND()
18732 MIB->setFlag(MachineInstr::MIFlag::NoFPExcept); in emitFROUND()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1504 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3391 I.setFlags(MachineInstr::NoFPExcept); in select()
4479 CmpMI.setMIFlags(MachineInstr::NoFPExcept); in emitFPCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2065 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13452 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()
13453 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()