Searched refs:selectIndexedLoad (Results 1 – 2 of 2) sorted by relevance
41 bool selectIndexedLoad(SDNode *N);142 bool AVRDAGToDAGISel::selectIndexedLoad(SDNode *N) { in selectIndexedLoad() function in AVRDAGToDAGISel372 return selectIndexedLoad(N); in select()
236 bool selectIndexedLoad(MachineInstr &I, MachineRegisterInfo &MRI);3057 return selectIndexedLoad(I, MRI); in select()5494 bool AArch64InstructionSelector::selectIndexedLoad(MachineInstr &MI, in selectIndexedLoad() function in AArch64InstructionSelector