Searched refs:mInstr (Results 1 – 1 of 1) sorted by relevance
11168 X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr, in EmitAtomicMinMaxWithCustomInserter() argument11198 llvm::next(MachineBasicBlock::iterator(mInstr)), in EmitAtomicMinMaxWithCustomInserter()11209 DebugLoc dl = mInstr->getDebugLoc(); in EmitAtomicMinMaxWithCustomInserter()11211 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 && in EmitAtomicMinMaxWithCustomInserter()11213 MachineOperand& destOper = mInstr->getOperand(0); in EmitAtomicMinMaxWithCustomInserter()11215 int numArgs = mInstr->getNumOperands() - 1; in EmitAtomicMinMaxWithCustomInserter()11217 argOpers[i] = &mInstr->getOperand(i+1); in EmitAtomicMinMaxWithCustomInserter()11258 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand"); in EmitAtomicMinMaxWithCustomInserter()11259 (*MIB).setMemRefs(mInstr->memoperands_begin(), in EmitAtomicMinMaxWithCustomInserter()11260 mInstr->memoperands_end()); in EmitAtomicMinMaxWithCustomInserter()[all …]