Searched refs:getValueBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1611 std::pair<bool, SmallVector<ValueBit, 64> *> getValueBits(SDValue V, in getValueBits() function in __anon010aa3800711::BitPermutationSelector 1628 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() 1642 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() 1663 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() 1687 std::tie(Interesting, LHSBits) = getValueBits(V.getOperand(0), NumBits); in getValueBits() 1705 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() 1706 const auto &RHSBits = *getValueBits(V.getOperand(1), NumBits).second; in getValueBits() 1760 std::tie(Interesting, LHSBits) = getValueBits(V.getOperand(0), in getValueBits() 1779 std::tie(Interesting, InBits) = getValueBits(V.getOperand(0), in getValueBits() 1803 std::tie(Interesting, LHSBits) = getValueBits(V.getOperand(0), in getValueBits() [all …]
|