Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp106 WidthB = LocationSize::precise(0); in areMemAccessesTriviallyDisjoint() local
108 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
112 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1451 LocationSize WidthB = MMOb->getSize(); in MemOperandsHaveAlias() local
1453 bool KnownWidthB = WidthB.hasValue(); in MemOperandsHaveAlias()
1454 bool BothMMONonScalable = !WidthA.isScalable() && !WidthB.isScalable(); in MemOperandsHaveAlias()
1476 : WidthB.getValue().getKnownMinValue(); in MemOperandsHaveAlias()
1492 (WidthB.isScalable() && OffsetB > 0)) in MemOperandsHaveAlias()
1499 KnownWidthB ? WidthB.getValue().getKnownMinValue() + OffsetB - MinOffset in MemOperandsHaveAlias()
1505 LocationSize LocB = (WidthB.isScalable() || !KnownWidthB) in MemOperandsHaveAlias()
1506 ? WidthB 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.cpp3308 WidthB = LocationSize::precise(0); in areMemAccessesTriviallyDisjoint() local
3310 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
3314 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5811 WidthB = LocationSize::precise(0); in areMemAccessesTriviallyDisjoint() local
5813 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
5817 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6572 WidthB = TyB->getPrimitiveSizeInBits(); in processUMulZExtIdiom() local
6575 if (WidthB > WidthA) { in processUMulZExtIdiom()
6576 MulWidth = WidthB; in processUMulZExtIdiom()
6649 if (WidthB < 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
1231 WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
1236 TypeSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3815 LocationSize WidthB, int OffsetB) { in offsetsDoNotOverlap() argument
3818 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()