Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp302 ComplexRendererFns selectShiftA_32(const MachineOperand &Root) const;
1998 auto Imm1Fn = Is64Bit ? selectShiftA_64(MO) : selectShiftA_32(MO); in earlySelectSHL()
5073 AArch64InstructionSelector::selectShiftA_32(const MachineOperand &Root) const { in selectShiftA_32() function in AArch64InstructionSelector