HomeSort by: relevance | last modified time | path
    Searched refs:WidthA (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 105 unsigned int WidthA = 0, WidthB = 0;
106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 938 unsigned int WidthA = 0, WidthB = 0;
939 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
944 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1281 uint64_t WidthA = MMOa->getSize();
1283 bool KnownWidthA = WidthA != MemoryLocation::UnknownSize;
1304 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB;
1318 KnownWidthA ? WidthA + OffsetA - MinOffset : MemoryLocation::UnknownSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 1987 int WidthA = MMOa->getSize(), WidthB = MMOb->getSize();
1990 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 4671 unsigned WidthA = TyA->getPrimitiveSizeInBits(),
4675 if (WidthB > WidthA) {
4679 MulWidth = WidthA;
4791 if (WidthA < MulWidth)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 5487 unsigned int WidthA = 0, WidthB = 0;
5488 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
5493 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 1058 unsigned WidthA = 0, WidthB = 0;
1076 WidthA, TRI) &&
1083 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 2937 static bool offsetsDoNotOverlap(int WidthA, int OffsetA,
2941 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;

Completed in 34 milliseconds