Home
last modified time | relevance | path

Searched refs:Predicable (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h114 Predicable, enumerator
358 return Flags & (1 << MCID::Predicable); in isPredicable()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h115 Predicable, enumerator
264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h494 return hasProperty(MCID::Predicable, Type);