Searched refs:ElementSizeB (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | MatmulOptimizer.cpp | 507 auto ElementSizeB = DL.getTypeAllocSize(MMI.B->getElementType()); in getMatMulAlignTypeSize() local 509 return std::max({ElementSizeA, ElementSizeB, ElementSizeC}); in getMatMulAlignTypeSize() 522 auto ElementSizeB = DL.getTypeSizeInBits(MMI.B->getElementType()); in getMatMulTypeSize() local 524 return std::max({ElementSizeA, ElementSizeB, ElementSizeC}); in getMatMulTypeSize()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 517 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64RegisterInfo.td | 846 def ElementSizeB : ElementSizeEnum<1>; 898 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>; 944 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>; 954 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>;
|
| H A D | AArch64ExpandPseudoInsts.cpp | 529 case AArch64::ElementSizeB: in expand_DestructiveOp()
|