Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2111 const MachineOperand &CacheTypeOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local
2112 if (!CacheTypeOp.isImm() || (uint64_t)CacheTypeOp.getImm() >= 2) { in verifyPreISelGenericInstruction()
2113 report("cache type operand must be an immediate 0-1", &CacheTypeOp, 3); in verifyPreISelGenericInstruction()