Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiInstrInfo.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstr.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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp2284 LocationSize WidthA = MMOa->getSize(), WidthB = MMOb->getSize(); in areMemAccessesTriviallyDisjoint() local
2287 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp2763 LocationSize WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
2764 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
2769 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp3689 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap() argument
3693 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()