Searched refs:LocalityOp (Results 1 – 1 of 1) sorted by relevance
2106 const MachineOperand &LocalityOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local2107 if (!LocalityOp.isImm() || (uint64_t)LocalityOp.getImm() >= 4) { in verifyPreISelGenericInstruction()2108 report("locality operand must be an immediate 0-3", &LocalityOp, 2); in verifyPreISelGenericInstruction()