Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1349 MachineOperand &NonRegOp) { in swapRegAndNonRegOperand() argument
1357 if (NonRegOp.isImm()) in swapRegAndNonRegOperand()
1358 RegOp.ChangeToImmediate(NonRegOp.getImm()); in swapRegAndNonRegOperand()
1359 else if (NonRegOp.isFI()) in swapRegAndNonRegOperand()
1360 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
1364 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
1365 NonRegOp.setSubReg(SubReg); in swapRegAndNonRegOperand()