Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp912 Value *VDstIn = II.getArgOperand(0); in instCombineIntrinsic() local
913 if (isa<UndefValue>(VDstIn)) in instCombineIntrinsic()
921 return IC.replaceOperand(II, 0, UndefValue::get(VDstIn->getType())); in instCombineIntrinsic()
H A DAMDGPUInstructionSelector.cpp871 Register VDstIn = MI.getOperand(4).getReg(); in selectWritelane() local
907 MIB.addReg(VDstIn); in selectWritelane()