Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp204 static bool matchAndOrChain(Value *V, MaskOps &MOps) { in matchAndOrChain() argument
206 if (MOps.MatchAndChain) { in matchAndOrChain()
211 MOps.FoundAnd1 = true; in matchAndOrChain()
212 return matchAndOrChain(Op0, MOps); in matchAndOrChain()
215 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps); in matchAndOrChain()
219 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps); in matchAndOrChain()
230 if (!MOps.Root) in matchAndOrChain()
231 MOps in matchAndOrChain()
261 MaskOps MOps(I.getType()->getScalarSizeInBits(), MatchAllBitsSet); foldAnyOrAllBitsSet() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4374 SmallVector<MachineOperand, 2> MOps; in swapMIOperands() local
4377 MOps.push_back(MI.getOperand(i)); in swapMIOperands()
4387 MI.addOperand(MOps.back()); in swapMIOperands()
4388 MOps.pop_back(); in swapMIOperands()
4931 SmallVector<MachineOperand, 2> MOps; in transformToImmFormFedByAdd() local
4933 MOps.push_back(MI.getOperand(i)); in transformToImmFormFedByAdd()
4938 MOps.pop_back(); in transformToImmFormFedByAdd()
4942 for (auto &MO : MOps) in transformToImmFormFedByAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1328 std::pair<int, int> MOps[] = { in printPackedModifier() local
1334 for (auto [SrcMod, Src] : MOps) { in printPackedModifier()