Searched refs:isBlockLoadStore (Results 1 – 3 of 3) sorted by relevance
366 if (STI.getInstrInfo()->isBlockLoadStore(MI->getOpcode())) in emitInstruction()
1537 if (TII->isBlockLoadStore(LoadStoreOp)) in getFlatScratchSpillOpcode()1584 bool IsBlock = TII->isBlockLoadStore(LoadStoreOp); in buildSpillLoadStore()1755 assert(!TII->isBlockLoadStore(LoadStoreOp) && "Block ops don't have ST"); in buildSpillLoadStore()1972 if (!IsStore && TII->isBlockLoadStore(LoadStoreOp)) in buildSpillLoadStore()
668 static bool isBlockLoadStore(uint16_t Opcode) { in isBlockLoadStore() function