Home
last modified time | relevance | path

Searched refs:LowWidth (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp112 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
113 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1073 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local
1074 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1886 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1887 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1102 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1103 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2114 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
2115 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12819 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
12820 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
12831 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
12832 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()