Home
last modified time | relevance | path

Searched refs:NoSWrap (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp390 if (MI.getFlag(MachineInstr::NoSWrap) && in adjustCCMasksForInstr()
H A DSystemZInstrInfo.cpp1063 transferMIFlag(&MI, BuiltMI, MachineInstr::NoSWrap); in foldMemoryOperandImpl()
1328 transferMIFlag(&MI, MIB, MachineInstr::NoSWrap); in foldMemoryOperandImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp513 MIFlags |= MachineInstr::MIFlag::NoSWrap; in copyFlagsFromInstruction()
1603 if (getFlag(MachineInstr::NoSWrap)) in print()
H A DMIRPrinter.cpp777 if (MI.getFlag(MachineInstr::NoSWrap)) in print()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h106 NoSWrap = 1 << 12, // Instruction supports binary operator enumerator
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp229 NewMI1.clearFlag(MachineInstr::MIFlag::NoSWrap); in setSpecialOperandAttr()
234 NewMI2.clearFlag(MachineInstr::MIFlag::NoSWrap); in setSpecialOperandAttr()
242 MI.clearFlag(MachineInstr::MIFlag::NoSWrap); in setSpecialOperandAttr()
2611 Sub && !Sub->getFlag(MachineInstr::NoSWrap)) in optimizeCompareInstr()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1037 MI->setFlag(MachineInstr::MIFlag::NoSWrap); in EmitMachineNode()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1421 Flags |= MachineInstr::NoSWrap; in parseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9173 NewMI1.clearFlag(MachineInstr::MIFlag::NoSWrap); in setSpecialOperandAttr()
9178 NewMI2.clearFlag(MachineInstr::MIFlag::NoSWrap); in setSpecialOperandAttr()