Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h467 ElementSizeNone = TSFLAG_ELEMENT_SIZE_TYPE(0x0), enumerator
H A DAArch64RegisterInfo.td835 def ElementSizeNone : ElementSizeEnum<0>;
887 def PPRAny : PPRRegOp<"", PPRAsmOpAny, ElementSizeNone, PPR>;
899 def PPR3bAny : PPRRegOp<"", PPRAsmOp3bAny, ElementSizeNone, PPR_3b>;
941 def ZPRAny : ZPRRegOp<"", ZPRAsmOpAny, ElementSizeNone, ZPR>;
H A DSVEInstrFormats.td718 let ElementSize = ElementSizeNone;
832 let ElementSize = ElementSizeNone;
1383 let ElementSize = ElementSizeNone;
1532 let ElementSize = ElementSizeNone;
1749 let ElementSize = ElementSizeNone;
1922 let ElementSize = ElementSizeNone;
2069 let ElementSize = ElementSizeNone;
2245 let ElementSize = ElementSizeNone;
2277 let ElementSize = ElementSizeNone;
2722 let ElementSize = ElementSizeNone;
[all …]
H A DAArch64ExpandPseudoInsts.cpp481 case AArch64::ElementSizeNone: in expand_DestructiveOp()
510 assert(ElementSize != AArch64::ElementSizeNone && in expand_DestructiveOp()
H A DAArch64InstrFormats.td67 ElementSizeEnum ElementSize = ElementSizeNone;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp101 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
113 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
4182 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()