Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp197 Register UseOp1 = Use.getOperand(1).getReg(); in foldCopyDup() local
198 if (UseOp0.isPhysical() || UseOp1.isPhysical()) in foldCopyDup()
202 MRI.getRegClassOrNull(UseOp1) == GPRRegClass) in foldCopyDup()