Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2034 Register DefDstReg = getSrcRegIgnoringCopies(I.getOperand(0).getReg(), MRI); in contractCrossBankCopyIntoStore() local
2035 if (!DefDstReg.isValid()) in contractCrossBankCopyIntoStore()
2037 LLT DefDstTy = MRI.getType(DefDstReg); in contractCrossBankCopyIntoStore()
2051 RBI.getRegBank(DefDstReg, MRI, TRI)) in contractCrossBankCopyIntoStore()
2055 I.getOperand(0).setReg(DefDstReg); in contractCrossBankCopyIntoStore()