Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp134 unsigned selectSimpleExtOpc(unsigned Opc, unsigned Size) const;
339 unsigned ARMInstructionSelector::selectSimpleExtOpc(unsigned Opc, in selectSimpleExtOpc() function in ARMInstructionSelector
899 unsigned NewOpc = selectSimpleExtOpc(I.getOpcode(), SrcSize); in select()