Home
last modified time | relevance | path

Searched refs:isBundled (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h237 bool isBundled() const;
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1018 if (Ops.back().first != MI || MI->isBundled()) in foldMemoryOperand()
DLiveIntervalAnalysis.cpp1428 assert(!MI->isBundled() && "Can't handle bundled instructions yet."); in handleMove()
DMachineInstr.cpp953 bool MachineInstr::isBundled() const { in isBundled() function in MachineInstr