Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp378 ComplexRendererFns selectShiftB_32(const MachineOperand &Root) const;
2335 auto Imm2Fn = Is64Bit ? selectShiftB_64(MO) : selectShiftB_32(MO); in earlySelectSHL()
7058 AArch64InstructionSelector::selectShiftB_32(const MachineOperand &Root) const { in selectShiftB_32() function in AArch64InstructionSelector