Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp534 MIFlags |= MachineInstr::MIFlag::NoUWrap; in copyFlagsFromInstruction()
1535 if (getFlag(MachineInstr::NoUWrap)) in print()
DMIRPrinter.cpp749 if (MI.getFlag(MachineInstr::NoUWrap)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h101 NoUWrap = 1 << 11, // Instruction supports binary operator enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp878 MI->setFlag(MachineInstr::MIFlag::NoUWrap); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1849 MachineInstr::NoUWrap); in translateAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1207 Flags |= MachineInstr::NoUWrap; in parseInstruction()