Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1439 unsigned NumDsts = MI->getNumOperands() - 1; in verifyPreISelGenericInstruction() local
1441 for (unsigned i = 1; i < NumDsts; ++i) { in verifyPreISelGenericInstruction()
1448 LLT SrcTy = MRI->getType(MI->getOperand(NumDsts).getReg()); in verifyPreISelGenericInstruction()
1453 SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1461 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1467 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) { in verifyPreISelGenericInstruction()