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.cpp2741 MachineOperand &NonRegOp) { in swapRegAndNonRegOperand() argument
2749 if (NonRegOp.isImm()) in swapRegAndNonRegOperand()
2750 RegOp.ChangeToImmediate(NonRegOp.getImm()); in swapRegAndNonRegOperand()
2751 else if (NonRegOp.isFI()) in swapRegAndNonRegOperand()
2752 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
2753 else if (NonRegOp.isGlobal()) { in swapRegAndNonRegOperand()
2754 RegOp.ChangeToGA(NonRegOp.getGlobal(), NonRegOp.getOffset(), in swapRegAndNonRegOperand()
2755 NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2760 RegOp.setTargetFlags(NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2762 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
[all …]