Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp608 int WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
622 if (getMemOpBaseRegImmOfsWidth(MIa, BaseRegA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
627 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp2237 unsigned WidthA = TyA->getPrimitiveSizeInBits(), in ProcessUMulZExtIdiom() local
2241 if (WidthB > WidthA) { in ProcessUMulZExtIdiom()
2245 MulWidth = WidthA; in ProcessUMulZExtIdiom()
2364 if (WidthA < MulWidth) in ProcessUMulZExtIdiom()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp1060 static bool offsetsDoNotOverlap(int WidthA, int OffsetA, in offsetsDoNotOverlap() argument
1064 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()