Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1909 const MachineOperand &AllocOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
1917 if (!AllocOp.isReg() || !MRI->getType(AllocOp.getReg()).isScalar()) { in verifyPreISelGenericInstruction()