Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp305 ComplexRendererFns selectShiftB_64(const MachineOperand &Root) const;
1999 auto Imm2Fn = Is64Bit ? selectShiftB_64(MO) : selectShiftB_32(MO); in earlySelectSHL()
5100 AArch64InstructionSelector::selectShiftB_64(const MachineOperand &Root) const { in selectShiftB_64() function in AArch64InstructionSelector