Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7308 const int Src0Size = Src0Ty.getScalarSizeInBits(); in lowerFCopySign() local
7312 Src0Ty, APInt::getSignMask(Src0Size)); in lowerFCopySign()
7315 Src0Ty, APInt::getLowBitsSet(Src0Size, Src0Size - 1)); in lowerFCopySign()
7321 } else if (Src0Size > Src1Size) { in lowerFCopySign()
7322 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign()
7327 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp4612 unsigned Src0Size = MRI.getType(Src0Reg).getSizeInBits(); in getInstrMapping() local
4616 OpdsMapping[2] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, Src0Size); in getInstrMapping()