Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp41 bool selectIndexedLoad(SDNode *N);
142 bool AVRDAGToDAGISel::selectIndexedLoad(SDNode *N) { in selectIndexedLoad() function in AVRDAGToDAGISel
372 return selectIndexedLoad(N); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp236 bool selectIndexedLoad(MachineInstr &I, MachineRegisterInfo &MRI);
3057 return selectIndexedLoad(I, MRI); in select()
5494 bool AArch64InstructionSelector::selectIndexedLoad(MachineInstr &MI, in selectIndexedLoad() function in AArch64InstructionSelector