Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp114 bool convertPtrAddToAdd(MachineInstr &I, MachineRegisterInfo &MRI);
1980 return convertPtrAddToAdd(I, MRI); in preISelLower()
2039 bool AArch64InstructionSelector::convertPtrAddToAdd( in convertPtrAddToAdd() function in AArch64InstructionSelector