Home
last modified time | relevance | path

Searched refs:NotDestructive (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h562 NotDestructive = TSFLAG_DESTRUCTIVE_INST_TYPE(0x0), enumerator
H A DAArch64ExpandPseudoInsts.cpp1019 != AArch64::NotDestructive) { in expandMI()
H A DAArch64InstrFormats.td28 def NotDestructive : DestructiveInstTypeEnum<0>;
78 DestructiveInstTypeEnum DestructiveInstType = NotDestructive;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5243 AArch64::NotDestructive) in validateInstruction()