Home
last modified time | relevance | path

Searched refs:LowWidth (Results 1 – 19 of 19) 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-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp608 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
609 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp676 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
677 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1335 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local
1336 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1808 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1809 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1256 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local
1257 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1987 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1988 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-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4303 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
4304 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp5088 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
5089 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp956 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
957 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1079 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1080 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2524 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
2525 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2905 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
2906 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp14696 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
14697 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
14708 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
14709 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp16392 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
16393 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
16404 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
16405 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()