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.cpp1500 unsigned NumDsts = MI->getNumOperands() - 1; in verifyPreISelGenericInstruction() local
1502 for (unsigned i = 1; i < NumDsts; ++i) { in verifyPreISelGenericInstruction()
1509 LLT SrcTy = MRI->getType(MI->getOperand(NumDsts).getReg()); in verifyPreISelGenericInstruction()
1516 SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1524 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1530 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) { in verifyPreISelGenericInstruction()