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 = 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 D | MachineInstr.cpp | 1346 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 D | SystemZInstrInfo.cpp | 2284 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 D | RISCVInstrInfo.cpp | 2763 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 D | PPCInstrInfo.cpp | 5567 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 D | InstCombineCompares.cpp | 6166 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 D | AArch64InstrInfo.cpp | 1106 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 D | SIInstrInfo.cpp | 3689 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap() argument 3693 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()
|