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 = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
111 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1346 LocationSize WidthA = MMOa->getSize(); in MemOperandsHaveAlias() local
1348 bool KnownWidthA = WidthA.hasValue(); in MemOperandsHaveAlias()
1350 bool BothMMONonScalable = !WidthA.isScalable() && !WidthB.isScalable(); in MemOperandsHaveAlias()
1371 ? WidthA.getValue().getKnownMinValue() in MemOperandsHaveAlias()
1387 if ((WidthA.isScalable() && OffsetA > 0) || in MemOperandsHaveAlias()
1392 KnownWidthA ? WidthA.getValue().getKnownMinValue() + OffsetA - MinOffset in MemOperandsHaveAlias()
1398 LocationSize LocA = (WidthA.isScalable() || !KnownWidthA) in MemOperandsHaveAlias()
1399 ? WidthA in MemOperandsHaveAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2284 LocationSize WidthA = MMOa->getSize(), WidthB = MMOb->getSize(); in areMemAccessesTriviallyDisjoint() local
2287 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2763 LocationSize WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint()
2764 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
2769 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
2756 LocationSize WidthA = 0, WidthB = 0; areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5567 LocationSize WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
5568 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
5573 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6166 unsigned WidthA = TyA->getPrimitiveSizeInBits(), in processUMulZExtIdiom() local
6170 if (WidthB > WidthA) { in processUMulZExtIdiom()
6174 MulWidth = WidthA; in processUMulZExtIdiom()
6242 if (WidthA < MulWidth) in processUMulZExtIdiom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1106 TypeSize WidthA(0, false), WidthB(0, false); in areMemAccessesTriviallyDisjoint() local
1124 WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
1131 TypeSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3689 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap() argument
3693 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()