Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp162 bool selectReduction(MachineInstr &I, MachineRegisterInfo &MRI) const;
3146 return selectReduction(I, MRI); in select()
3152 bool AArch64InstructionSelector::selectReduction( in selectReduction() function in AArch64InstructionSelector