Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp618 int WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
634 if (getLdStBaseRegImmOfsWidth(MIa, BaseRegA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
639 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2254 unsigned WidthA = TyA->getPrimitiveSizeInBits(), in ProcessUMulZExtIdiom() local
2258 if (WidthB > WidthA) { in ProcessUMulZExtIdiom()
2262 MulWidth = WidthA; in ProcessUMulZExtIdiom()
2381 if (WidthA < MulWidth) in ProcessUMulZExtIdiom()
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp1026 static bool offsetsDoNotOverlap(int WidthA, int OffsetA, in offsetsDoNotOverlap() argument
1030 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()