Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h476 NotDestructive = TSFLAG_DESTRUCTIVE_INST_TYPE(0x0), enumerator
H A DAArch64ExpandPseudoInsts.cpp771 != AArch64::NotDestructive) { in expandMI()
H A DAArch64InstrFormats.td28 def NotDestructive : DestructiveInstTypeEnum<0>;
66 DestructiveInstTypeEnum DestructiveInstType = NotDestructive;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4149 AArch64::NotDestructive) in validateInstruction()