Home
last modified time | relevance | path

Searched refs:FmNoNans (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp395 if (DefMI->getFlag(MachineInstr::FmNoNans)) in isKnownNeverNaN()
DLegalizerHelper.cpp4102 if (!MI.getFlag(MachineInstr::FmNoNans)) { in lowerFMinNumMaxNum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp546 MIFlags |= MachineInstr::MIFlag::FmNoNans; in copyFlagsFromInstruction()
1521 if (getFlag(MachineInstr::FmNoNans)) in print()
DMIRPrinter.cpp735 if (MI.getFlag(MachineInstr::FmNoNans)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h87 FmNoNans = 1 << 4, // Instruction does not support Fast enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp863 MI->setFlag(MachineInstr::MIFlag::FmNoNans); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1193 Flags |= MachineInstr::FmNoNans; in parseInstruction()