Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp167 unsigned getOpcodeWidth(const MachineInstr &MI);
387 unsigned SILoadStoreOptimizer::getOpcodeWidth(const MachineInstr &MI) { in getOpcodeWidth() function in SILoadStoreOptimizer
628 CI.Width0 = getOpcodeWidth(*CI.I); in findMatchingInst()
630 CI.Width1 = getOpcodeWidth(*MBBI); in findMatchingInst()