Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c136 UINTN Src1Size, Src1Inst, Src2Size, Size; in AppendDevicePath() local
165 Src1Size = DevicePathSize(Src1); in AppendDevicePath()
168 Size = Src1Size * Src1Inst + Src2Size; in AppendDevicePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6011 const int Src1Size = Src1Ty.getScalarSizeInBits(); in lowerFCopySign() local
6023 } else if (Src0Size > Src1Size) { in lowerFCopySign()
6024 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign()
6029 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp4013 unsigned Src1Size = MRI.getType(Src1Reg).getSizeInBits(); in getInstrMapping() local
4017 OpdsMapping[3] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, Src1Size); in getInstrMapping()