Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h381 bool NoFPExcept : 1;
390 AllowReassociation(false), NoFPExcept(false) {}
455 NoFPExcept = b;
470 bool hasNoFPExcept() const { return NoFPExcept; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
493 NoFPExcept &= Flags.NoFPExcept;
DMachineInstr.h107 NoFPExcept = 1 << 14, // Instruction does not raise enumerator
891 !getFlag(MachineInstr::MIFlag::NoFPExcept);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp303 MIB.setMIFlag(MachineInstr::MIFlag::NoFPExcept); in convertToLoadAndTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp755 if (MI.getFlag(MachineInstr::NoFPExcept)) in print()
DMachineInstr.cpp1541 if (getFlag(MachineInstr::NoFPExcept)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp887 MI->setFlag(MachineInstr::MIFlag::NoFPExcept); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1213 Flags |= MachineInstr::NoFPExcept; in parseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp4708 if (MI.getFlag(MachineInstr::MIFlag::NoFPExcept)) in FuseInst()
4709 NewMI->setFlag(MachineInstr::MIFlag::NoFPExcept); in FuseInst()