Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp562 MIFlags |= MachineInstr::MIFlag::FmContract; in copyFlagsFromInstruction()
1651 if (getFlag(MachineInstr::FmContract)) in print()
DMIRPrinter.cpp767 if (MI.getFlag(MachineInstr::FmContract)) in print()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h96 FmContract = 1 << 8, // Instruction supports Fast math enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1004 MI->setFlag(MachineInstr::MIFlag::FmContract); in EmitMachineNode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1402 Flags |= MachineInstr::FmContract; in parseInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp4550 Inst.getFlag(MachineInstr::FmContract); in isCombineInstrCandidateFP()