Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2746 MachineOperand &NonRegOp) { in swapRegAndNonRegOperand() argument
2754 if (NonRegOp.isImm()) in swapRegAndNonRegOperand()
2755 RegOp.ChangeToImmediate(NonRegOp.getImm()); in swapRegAndNonRegOperand()
2756 else if (NonRegOp.isFI()) in swapRegAndNonRegOperand()
2757 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
2758 else if (NonRegOp.isGlobal()) { in swapRegAndNonRegOperand()
2759 RegOp.ChangeToGA(NonRegOp.getGlobal(), NonRegOp.getOffset(), in swapRegAndNonRegOperand()
2760 NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2765 RegOp.setTargetFlags(NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2767 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
[all …]