Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp195 bool selectJumpTable(MachineInstr &I, MachineRegisterInfo &MRI);
3467 return selectJumpTable(I, MRI); in select()
3612 bool AArch64InstructionSelector::selectJumpTable(MachineInstr &I, in selectJumpTable() function in AArch64InstructionSelector