Lines Matching defs:allocated
2332 bool allocated = (mnemonic != nullptr);
2341 allocated = (instr->NEONQ() != 0) || (instr->NEONLSSize() != 3);
2346 if (allocated) {
2429 bool allocated = (mnemonic != nullptr);
2438 allocated = (instr->NEONQ() != 0) || (instr->NEONLSSize() != 3);
2443 if (allocated) {
2579 bool allocated = (mnemonic != nullptr);
2589 DCHECK(allocated);
2590 allocated = ((instr->NEONLSSize() & 1) == 0);
2600 DCHECK(allocated);
2601 allocated = (instr->NEONLSSize() <= 1) &&
2608 DCHECK(allocated);
2609 allocated = (instr->NEONS() == 0);
2614 if (allocated) {
2740 bool allocated = (mnemonic != nullptr);
2750 DCHECK(allocated);
2751 allocated = ((instr->NEONLSSize() & 1) == 0);
2761 DCHECK(allocated);
2762 allocated = (instr->NEONLSSize() <= 1) &&
2769 DCHECK(allocated);
2770 allocated = (instr->NEONS() == 0);
2775 if (allocated) {