Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp145 static unsigned selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreOp() function
671 const unsigned NewOpc = selectLoadStoreOp( in select()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp77 bool selectLoadStoreOp(MachineInstr &I, MachineRegisterInfo &MRI,
382 return selectLoadStoreOp(I, MRI, MF); in select()
538 bool X86InstructionSelector::selectLoadStoreOp(MachineInstr &I, in selectLoadStoreOp() function in X86InstructionSelector