Searched refs:WidthA (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 105 LocationSize WidthA = LocationSize::precise(0), in areMemAccessesTriviallyDisjoint() local 107 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint() 112 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1450 LocationSize WidthA = MMOa->getSize(); in MemOperandsHaveAlias() local 1452 bool KnownWidthA = WidthA.hasValue(); in MemOperandsHaveAlias() 1454 bool BothMMONonScalable = !WidthA.isScalable() && !WidthB.isScalable(); in MemOperandsHaveAlias() 1475 ? WidthA.getValue().getKnownMinValue() in MemOperandsHaveAlias() 1491 if ((WidthA.isScalable() && OffsetA > 0) || in MemOperandsHaveAlias() 1496 KnownWidthA ? WidthA.getValue().getKnownMinValue() + OffsetA - MinOffset in MemOperandsHaveAlias() 1502 LocationSize LocA = (WidthA.isScalable() || !KnownWidthA) in MemOperandsHaveAlias() 1503 ? WidthA in MemOperandsHaveAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 2328 LocationSize WidthA = MMOa->getSize(), WidthB = MMOb->getSize(); in areMemAccessesTriviallyDisjoint() local 2331 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 3307 LocationSize WidthA = LocationSize::precise(0), in areMemAccessesTriviallyDisjoint() local 3309 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint() 3314 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 5810 LocationSize WidthA = LocationSize::precise(0), in areMemAccessesTriviallyDisjoint() local 5812 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint() 5817 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 6571 unsigned WidthA = TyA->getPrimitiveSizeInBits(), in processUMulZExtIdiom() local 6575 if (WidthB > WidthA) { in processUMulZExtIdiom() 6579 MulWidth = WidthA; in processUMulZExtIdiom() 6647 if (WidthA < MulWidth) in processUMulZExtIdiom()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 1211 TypeSize WidthA(0, false), WidthB(0, false); in areMemAccessesTriviallyDisjoint() local 1229 WidthA, TRI) && in areMemAccessesTriviallyDisjoint() 1236 TypeSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 3814 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap() argument 3818 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()
|