Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h476 NotDestructive = TSFLAG_DESTRUCTIVE_INST_TYPE(0x0), enumerator
H A DAArch64ExpandPseudoInsts.cpp823 != AArch64::NotDestructive) { in expandMI()
H A DAArch64InstrFormats.td28 def NotDestructive : DestructiveInstTypeEnum<0>;
67 DestructiveInstTypeEnum DestructiveInstType = NotDestructive;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4680 AArch64::NotDestructive) in validateInstruction()