Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2106 const MachineOperand &LocalityOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
2107 if (!LocalityOp.isImm() || (uint64_t)LocalityOp.getImm() >= 4) { in verifyPreISelGenericInstruction()
2108 report("locality operand must be an immediate 0-3", &LocalityOp, 2); in verifyPreISelGenericInstruction()