Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h92 FmContract = 1 << 8, // Instruction supports Fast math enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp691 if (MI.getFlag(MachineInstr::FmContract)) in print()
DMachineInstr.cpp1340 if (getFlag(MachineInstr::FmContract)) in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp864 MI->setFlag(MachineInstr::MIFlag::FmContract); in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp963 Flags |= MachineInstr::FmContract; in parseInstruction()