Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1107 struct ValueBit { struct in __anon4af4e4970411::BitPermutationSelector
1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
1126 ValueBit(Kind K = Variable) in ValueBit() function
1207 using ValueBitsMemoizedValue = std::pair<bool, SmallVector<ValueBit, 64>>;
1216 std::pair<bool, SmallVector<ValueBit, 64> *> getValueBits(SDValue V, in getValueBits()
1223 SmallVector<ValueBit, 64> &Bits = ValueEntry->second; in getValueBits()
1250 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
1265 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
1274 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits()
1290 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
[all …]