Searched refs:ElementSizeB (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 865 def ElementSizeB : ElementSizeEnum<1>; 920 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>; 957 def PNRasPPR8 : PNRasPPRRegOp<"b", PNRasPPROp8, ElementSizeB, PPR>; 1101 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>; 1111 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>; 1120 def ZPR4b8 : ZPRRegOp<"b", ZPRAsmOp4b8, ElementSizeB, ZPR_4b>;
|
| H A D | AArch64InstrInfo.h | 613 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 564 case AArch64::ElementSizeB: in expand_DestructiveOp()
|
| H A D | AArch64InstrInfo.cpp | 1421 (PredElementSize != AArch64::ElementSizeB && in optimizePTestInstr()
|
| H A D | SVEInstrFormats.td | 8559 let ElementSize = ElementSizeB;
|