Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h85 BundledPred = 1 << 2, // Instruction has bundled predecessors. enumerator
323 unsigned Mask = BundledPred | BundledSucc;
368 return getFlag(BundledPred);
379 bool isBundledWithPred() const { return getFlag(BundledPred); }
DMachineInstrBuilder.h572 MI->setFlag(MachineInstr::BundledPred); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp734 setFlag(BundledPred); in bundleWithPred()
747 Succ->setFlag(BundledPred); in bundleWithSucc()
752 clearFlag(BundledPred); in unbundleFromPred()
765 Succ->clearFlag(BundledPred); in unbundleFromSucc()
DMachineBasicBlock.cpp1162 MI->clearFlag(MachineInstr::BundledPred); in remove_instr()
1173 MI->setFlag(MachineInstr::BundledPred); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp175 MI.clearFlag(MachineInstr::BundledPred); in moveInstrOut()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp856 MI->setFlag(MachineInstr::BundledPred); in parseBasicBlock()