Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2242 Register DefDstReg = getSrcRegIgnoringCopies(I.getOperand(0).getReg(), MRI); in contractCrossBankCopyIntoStore() local
2243 if (!DefDstReg.isValid()) in contractCrossBankCopyIntoStore()
2245 LLT DefDstTy = MRI.getType(DefDstReg); in contractCrossBankCopyIntoStore()
2259 RBI.getRegBank(DefDstReg, MRI, TRI)) in contractCrossBankCopyIntoStore()
2263 I.getOperand(0).setReg(DefDstReg); in contractCrossBankCopyIntoStore()