Home
last modified time | relevance | path

Searched refs:ElementSizeNone (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h467 ElementSizeNone = TSFLAG_ELEMENT_SIZE_TYPE(0x0), enumerator
H A DSVEInstrFormats.td764 let ElementSize = ElementSizeNone;
878 let ElementSize = ElementSizeNone;
1429 let ElementSize = ElementSizeNone;
1578 let ElementSize = ElementSizeNone;
1795 let ElementSize = ElementSizeNone;
1968 let ElementSize = ElementSizeNone;
2115 let ElementSize = ElementSizeNone;
2291 let ElementSize = ElementSizeNone;
2323 let ElementSize = ElementSizeNone;
2768 let ElementSize = ElementSizeNone;
[all …]
H A DAArch64RegisterInfo.td845 def ElementSizeNone : ElementSizeEnum<0>;
897 def PPRAny : PPRRegOp<"", PPRAsmOpAny, ElementSizeNone, PPR>;
909 def PPR3bAny : PPRRegOp<"", PPRAsmOp3bAny, ElementSizeNone, PPR_3b>;
951 def ZPRAny : ZPRRegOp<"", ZPRAsmOpAny, ElementSizeNone, ZPR>;
H A DAArch64ExpandPseudoInsts.cpp528 case AArch64::ElementSizeNone: in expand_DestructiveOp()
557 assert(ElementSize != AArch64::ElementSizeNone && in expand_DestructiveOp()
H A DAArch64InstrFormats.td68 ElementSizeEnum ElementSize = ElementSizeNone;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp105 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
117 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
4713 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()