Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1653 MachineOperand &NonRegOp) { in swapRegAndNonRegOperand() argument
1661 if (NonRegOp.isImm()) in swapRegAndNonRegOperand()
1662 RegOp.ChangeToImmediate(NonRegOp.getImm()); in swapRegAndNonRegOperand()
1663 else if (NonRegOp.isFI()) in swapRegAndNonRegOperand()
1664 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
1669 NonRegOp.setSubReg(SubReg); in swapRegAndNonRegOperand()