Searched refs:MOps (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp184 static bool matchAndOrChain(Value *V, MaskOps &MOps) { argument
186 if (MOps.MatchAndChain) {
191 MOps.FoundAnd1 = true;
192 return matchAndOrChain(Op0, MOps);
195 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps);
199 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps);
210 if (!MOps.Root)
211 MOps
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3476 SmallVector<MachineOperand, 2> MOps;
3479 MOps.push_back(MI.getOperand(i));
3489 MI.addOperand(MOps.back());
3490 MOps.pop_back();
4052 SmallVector<MachineOperand, 2> MOps;
4054 MOps.push_back(MI.getOperand(i));
4059 MOps.pop_back();
4063 for (auto &MO : MOps)

Completed in 50 milliseconds