Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2042 MachineOperand &NonRegOp) { in swapRegAndNonRegOperand() argument
2050 if (NonRegOp.isImm()) in swapRegAndNonRegOperand()
2051 RegOp.ChangeToImmediate(NonRegOp.getImm()); in swapRegAndNonRegOperand()
2052 else if (NonRegOp.isFI()) in swapRegAndNonRegOperand()
2053 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
2054 else if (NonRegOp.isGlobal()) { in swapRegAndNonRegOperand()
2055 RegOp.ChangeToGA(NonRegOp.getGlobal(), NonRegOp.getOffset(), in swapRegAndNonRegOperand()
2056 NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2061 RegOp.setTargetFlags(NonRegOp.getTargetFlags()); in swapRegAndNonRegOperand()
2063 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
[all …]