Home
last modified time | relevance | path

Searched refs:FmContract (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp554 MIFlags |= MachineInstr::MIFlag::FmContract; in copyFlagsFromInstruction()
1529 if (getFlag(MachineInstr::FmContract)) in print()
DMIRPrinter.cpp743 if (MI.getFlag(MachineInstr::FmContract)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h95 FmContract = 1 << 8, // Instruction supports Fast math enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp869 MI->setFlag(MachineInstr::MIFlag::FmContract); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1201 Flags |= MachineInstr::FmContract; in parseInstruction()