Searched refs:GetDemandedMasks (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 42238 auto GetDemandedMasks = [&](SDValue Op, bool Invert = false) { in SimplifyDemandedVectorEltsForTargetNode() local 42268 std::tie(BitsLHS, EltsLHS) = GetDemandedMasks(RHS); in SimplifyDemandedVectorEltsForTargetNode() 42269 std::tie(BitsRHS, EltsRHS) = GetDemandedMasks(LHS, true); in SimplifyDemandedVectorEltsForTargetNode() 49291 auto GetDemandedMasks = [&](SDValue Op) { in combineAnd() local 49318 std::tie(Bits0, Elts0) = GetDemandedMasks(N1); in combineAnd() 49319 std::tie(Bits1, Elts1) = GetDemandedMasks(N0); in combineAnd() 52633 auto GetDemandedMasks = [&](SDValue Op, bool Invert = false) { in combineAndnp() local 52659 std::tie(Bits0, Elts0) = GetDemandedMasks(N1); in combineAndnp() 52660 std::tie(Bits1, Elts1) = GetDemandedMasks(N0, true); in combineAndnp()
|