Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2954 LocationSize Width1 = LocationSize::precise(0), in shouldClusterMemOps() local
2957 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
2959 Width1 != Width2) in shouldClusterMemOps()
2966 return Offset1 + (int64_t)Width1.getValue() == Offset2; in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2374 unsigned Width1 = ElemTy1.getSizeInBits(); in typeExtendToWider() local
2375 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4735 unsigned Width1 = MRI.getType(Reg1).getSizeInBits(); in isSameBitWidth() local
4737 return Width1 == Width2; in isSameBitWidth()
H A DSIInstrInfo.cpp3844 LocationSize Width1 = MIb.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local
3845 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()