Home
last modified time | relevance | path

Searched refs:WidthA (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp105 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 DMachineInstr.cpp1450 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 DSystemZInstrInfo.cpp2328 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 DRISCVInstrInfo.cpp3307 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 DPPCInstrInfo.cpp5810 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 DInstCombineCompares.cpp6571 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 DAArch64InstrInfo.cpp1211 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 DSIInstrInfo.cpp3814 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap() argument
3818 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()