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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp105 unsigned int WidthA = 0, WidthB = 0; local
107 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp602 unsigned int WidthA = 0, WidthB = 0; local
604 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
608 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1234 uint64_t WidthB = MMOb->getSize(); local
1236 bool KnownWidthB = WidthB != MemoryLocation::UnknownSize;
1256 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB;
1271 int64_t OverlapB = KnownWidthB ? WidthB + OffsetB - MinOffset
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1805 int WidthA = MMOa->getSize(), WidthB = MMOb->getSize(); local
1808 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4301 unsigned int WidthA = 0, WidthB = 0;
4303 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
4307 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4585 WidthB = TyB->getPrimitiveSizeInBits(); local
4588 if (WidthB > WidthA) {
4589 MulWidth = WidthB;
4717 if (WidthB < MulWidth)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp937 unsigned WidthA = 0, WidthB = 0; local
952 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
956 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2521 int WidthB, int OffsetB) {
2524 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
2520 offsetsDoNotOverlap(int WidthA, int OffsetA, int WidthB, int OffsetB) argument

Completed in 212 milliseconds