Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h389 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;
H A DMachineInstr.h108 NoFPExcept = 1 << 14, // Instruction does not raise enumerator
1029 !getFlag(MachineInstr::MIFlag::NoFPExcept);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp303 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
H A DSystemZInstrInfo.cpp1319 transferMIFlag(&MI, MIB, MachineInstr::NoFPExcept); in foldMemoryOperandImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp754 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
H A DMachineInstr.cpp1663 if (getFlag(MachineInstr::NoFPExcept)) in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h85 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp983 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1368 I->setFlag(MachineInstr::MIFlag::NoFPExcept); in handleTwoArgFP()
H A DX86InstrInfo.cpp5390 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()
5391 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1266 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1803 Flags |= MachineInstr::NoFPExcept; in translateConstrainedFPIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12403 if (MI.getFlag(MachineInstr::NoFPExcept)) in EmitInstrWithCustomInserter()
12404 MIB.setMIFlag(MachineInstr::NoFPExcept); in EmitInstrWithCustomInserter()