Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp198 bool selectReduction(MachineInstr &I, MachineRegisterInfo &MRI);
3506 return selectReduction(I, MRI); in select()
3518 bool AArch64InstructionSelector::selectReduction(MachineInstr &I, in selectReduction() function in AArch64InstructionSelector