Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h247 bool isNotDuplicable : 1; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h339 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h354 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h265 bool isNotDuplicable : 1; variable