Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp78 bool selectLoadStoreOp(MachineInstr &I, MachineRegisterInfo &MRI,
392 return selectLoadStoreOp(I, MRI, MF); in select()
560 bool X86InstructionSelector::selectLoadStoreOp(MachineInstr &I, in selectLoadStoreOp() function in X86InstructionSelector