Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp134 unsigned selectSimpleExtOpc(unsigned Opc, unsigned Size) const;
341 unsigned ARMInstructionSelector::selectSimpleExtOpc(unsigned Opc, in selectSimpleExtOpc() function in ARMInstructionSelector
910 unsigned NewOpc = selectSimpleExtOpc(I.getOpcode(), SrcSize); in select()