Home | History | Annotate | Download | only in AArch64

Lines Matching full:regsize

1599   unsigned RegSize;
1610 RegSize = 32;
1616 RegSize = 64;
1620 if (!AArch64_AM::isLogicalImmediate(Imm, RegSize))
1625 AArch64_AM::encodeLogicalImmediate(Imm, RegSize));
3927 unsigned RegSize = Is64Bit ? 64 : 32;
3974 unsigned ImmR = RegSize - Shift;
4034 unsigned RegSize = Is64Bit ? 64 : 32;
4082 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);
4155 unsigned RegSize = Is64Bit ? 64 : 32;
4203 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);