Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4053 const int Src0Size = Src0Ty.getScalarSizeInBits(); in lowerFCopySign() local
4057 Src0Ty, APInt::getSignMask(Src0Size)); in lowerFCopySign()
4060 Src0Ty, APInt::getLowBitsSet(Src0Size, Src0Size - 1)); in lowerFCopySign()
4068 } else if (Src0Size > Src1Size) { in lowerFCopySign()
4069 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign()
4075 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2996 unsigned Src0Size = MRI.getType(Src0Reg).getSizeInBits(); in getInstrMapping() local
3001 Src0Size); in getInstrMapping()