Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp1257 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in MemOperandsHaveAlias() local
1258 return (MinOffset + LowWidth > MaxOffset); in MemOperandsHaveAlias()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1208 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1209 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2045 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
2046 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5563 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
5564 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1073 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local
1074 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3133 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local
3134 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18712 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
18713 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
18724 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
18725 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()