Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2128 Register DefDstReg = getSrcRegIgnoringCopies(I.getOperand(0).getReg(), MRI); in contractCrossBankCopyIntoStore() local
2129 if (!DefDstReg.isValid()) in contractCrossBankCopyIntoStore()
2131 LLT DefDstTy = MRI.getType(DefDstReg); in contractCrossBankCopyIntoStore()
2145 RBI.getRegBank(DefDstReg, MRI, TRI)) in contractCrossBankCopyIntoStore()
2149 I.getOperand(0).setReg(DefDstReg); in contractCrossBankCopyIntoStore()