Searched refs:Src0Size (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4053 const int Src0Size = Src0Ty.getScalarSizeInBits(); local
4057 Src0Ty, APInt::getSignMask(Src0Size));
4060 Src0Ty, APInt::getLowBitsSet(Src0Size, Src0Size - 1));
4068 } else if (Src0Size > Src1Size) {
4069 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size);
4075 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2996 unsigned Src0Size = MRI.getType(Src0Reg).getSizeInBits(); local
3001 Src0Size);

Completed in 142 milliseconds