Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2931 LocationSize Width1 = 0, Width2 = 0; in shouldClusterMemOps() local
2933 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
2935 Width1 != Width2) in shouldClusterMemOps()
2942 return Offset1 + (int64_t)Width1.getValue() == Offset2; in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2337 unsigned Width1 = ElemTy1.getSizeInBits(); in typeExtendToWider()
2338 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3718 LocationSize Width1 = MIb.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local
3719 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()