Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp176 static bool matchAndOrChain(Value *V, MaskOps &MOps) { in matchAndOrChain() argument
178 if (MOps.MatchAndChain) { in matchAndOrChain()
183 MOps.FoundAnd1 = true; in matchAndOrChain()
184 return matchAndOrChain(Op0, MOps); in matchAndOrChain()
187 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps); in matchAndOrChain()
191 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps); in matchAndOrChain()
202 if (!MOps.Root) in matchAndOrChain()
203 MOps.Root = Candidate; in matchAndOrChain()
206 if (BitIndex >= MOps.Mask.getBitWidth()) in matchAndOrChain()
210 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3431 SmallVector<MachineOperand, 2> MOps; in swapMIOperands() local
3434 MOps.push_back(MI.getOperand(i)); in swapMIOperands()
3444 MI.addOperand(MOps.back()); in swapMIOperands()
3445 MOps.pop_back(); in swapMIOperands()
3678 SmallVector<MachineOperand, 2> MOps; in transformToImmFormFedByAdd() local
3680 MOps.push_back(MI.getOperand(i)); in transformToImmFormFedByAdd()
3685 MOps.pop_back(); in transformToImmFormFedByAdd()
3689 for (auto &MO : MOps) in transformToImmFormFedByAdd()