Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7309 const int Src1Size = Src1Ty.getScalarSizeInBits(); in lowerFCopySign() local
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.cpp4613 unsigned Src1Size = MRI.getType(Src1Reg).getSizeInBits(); in getInstrMapping() local
4617 OpdsMapping[3] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, Src1Size); in getInstrMapping()