Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp154 static unsigned selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreOp() function
740 const unsigned NewOpc = selectLoadStoreOp( in select()
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp77 bool selectLoadStoreOp(MachineInstr &I, MachineRegisterInfo &MRI,
391 return selectLoadStoreOp(I, MRI, MF); in select()
559 bool X86InstructionSelector::selectLoadStoreOp(MachineInstr &I, in selectLoadStoreOp()
545 bool X86InstructionSelector::selectLoadStoreOp(MachineInstr &I, selectLoadStoreOp() function in X86InstructionSelector