Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1390 unsigned NumDsts = MI->getNumOperands() - 1; in verifyPreISelGenericInstruction() local
1392 for (unsigned i = 1; i < NumDsts; ++i) { in verifyPreISelGenericInstruction()
1399 LLT SrcTy = MRI->getType(MI->getOperand(NumDsts).getReg()); in verifyPreISelGenericInstruction()
1403 SrcTy.getNumElements() != NumDsts * DstTy.getNumElements()) in verifyPreISelGenericInstruction()
1411 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1417 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) { in verifyPreISelGenericInstruction()