HomeSort by relevance Sort by last modified time
    Searched refs:isBundled (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 214 /// isBundled - Return true if this instruction part of a bundle. This is true
216 bool isBundled() const {
317 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
    [all...]
MachineBasicBlock.h 520 assert(!I->isBundled() && "Cannot remove bundled instructions");
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 224 if (MI->isBundled()) {
InlineSpiller.cpp     [all...]
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 123 if (I->isBundle() || !I->isBundled())

Completed in 1987 milliseconds