Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp366 if (STI.getInstrInfo()->isBlockLoadStore(MI->getOpcode())) in emitInstruction()
H A DSIRegisterInfo.cpp1537 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()
H A DSIInstrInfo.h668 static bool isBlockLoadStore(uint16_t Opcode) { in isBlockLoadStore() function