Home
last modified time | relevance | path

Searched defs:isNotDuplicable (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h381 bool isNotDuplicable() const { in isNotDuplicable() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h238 bool isNotDuplicable; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h247 bool isNotDuplicable : 1; variable