Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h525 NotDestructive = TSFLAG_DESTRUCTIVE_INST_TYPE(0x0), enumerator
H A DAArch64ExpandPseudoInsts.cpp864 != AArch64::NotDestructive) { in expandMI()
H A DAArch64InstrFormats.td28 def NotDestructive : DestructiveInstTypeEnum<0>;
67 DestructiveInstTypeEnum DestructiveInstType = NotDestructive;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4681 AArch64::NotDestructive) in validateInstruction()