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 118 Predicable,
311 return Flags & (1 << MCID::Predicable);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 460 // If it's a bundle than all bundled instructions must be predicable for this
462 return hasProperty(MCID::Predicable, Type);
    [all...]

Completed in 621 milliseconds