Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1340 struct ValueBit { struct in __anon516d030b0611::BitPermutationSelector
1357 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1359 ValueBit(Kind K = Variable) in ValueBit() argument
1440 using ValueBitsMemoizedValue = std::pair<bool, SmallVector<ValueBit, 64>>;
1449 std::pair<bool, SmallVector<ValueBit, 64> *> getValueBits(SDValue V, in getValueBits()
1456 SmallVector<ValueBit, 64> &Bits = ValueEntry->second; in getValueBits()
1484 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
1500 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
1509 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits()
1525 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
[all …]