Searched refs:bInstr (Results 1 – 1 of 1) sorted by relevance
10898 X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr, in EmitAtomicBitwiseWithCustomInserter() argument10932 llvm::next(MachineBasicBlock::iterator(bInstr)), in EmitAtomicBitwiseWithCustomInserter()10944 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 && in EmitAtomicBitwiseWithCustomInserter()10946 DebugLoc dl = bInstr->getDebugLoc(); in EmitAtomicBitwiseWithCustomInserter()10947 MachineOperand& destOper = bInstr->getOperand(0); in EmitAtomicBitwiseWithCustomInserter()10949 int numArgs = bInstr->getNumOperands() - 1; in EmitAtomicBitwiseWithCustomInserter()10951 argOpers[i] = &bInstr->getOperand(i+1); in EmitAtomicBitwiseWithCustomInserter()10987 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand"); in EmitAtomicBitwiseWithCustomInserter()10988 (*MIB).setMemRefs(bInstr->memoperands_begin(), in EmitAtomicBitwiseWithCustomInserter()10989 bInstr->memoperands_end()); in EmitAtomicBitwiseWithCustomInserter()[all …]