Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp113 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
114 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1337 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
1338 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp681 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
682 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()