Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp50 unsigned selectLoadStoreOpCode(MachineInstr &I,
182 MipsInstructionSelector::selectLoadStoreOpCode(MachineInstr &I, in selectLoadStoreOpCode() function in MipsInstructionSelector
497 const unsigned NewOpc = selectLoadStoreOpCode(I, MRI); in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp138 unsigned selectLoadStoreOpCode(unsigned Opc, unsigned RegBank,
355 unsigned ARMInstructionSelector::selectLoadStoreOpCode(unsigned Opc, in selectLoadStoreOpCode() function in ARMInstructionSelector
1095 const auto NewOpc = selectLoadStoreOpCode(I.getOpcode(), RegBank, ValSize); in select()