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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 117 Predicable,
280 return Flags & (1 << MCID::Predicable);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 405 // If it's a bundle than all bundled instructions must be predicable for this
407 return hasProperty(MCID::Predicable, Type);
    [all...]

Completed in 435 milliseconds