Home
last modified time | relevance | path

Searched refs:Width2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2955 Width2 = LocationSize::precise(0); in shouldClusterMemOps() local
2958 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps()
2959 Width1 != Width2) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4736 unsigned Width2 = MRI.getType(Reg2).getSizeInBits(); in isSameBitWidth() local
4737 return Width1 == Width2; in isSameBitWidth()