Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp822 struct ValueBit { struct in __anond8fe20180411::BitPermutationSelector
823 SDValue V;
827 unsigned Idx;
829 enum Kind {
832 } K;
834 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
836 ValueBit(Kind K = Variable) in ValueBit() argument
839 bool isZero() const { in isZero()
843 bool hasValue() const { in hasValue()
847 SDValue getValue() const { in getValue()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1107 struct ValueBit { struct in __anon276c0e3a0411::BitPermutationSelector
1108 SDValue V;
1112 unsigned Idx;
1118 enum Kind {
1122 } K;
1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1126 ValueBit(Kind K = Variable) in ValueBit() argument
1129 bool isZero() const { in isZero()
1133 bool hasValue() const { in hasValue()
1137 SDValue getValue() const { in getValue()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1359 struct ValueBit { struct in __anon7c1138c00611::BitPermutationSelector
1360 SDValue V;
1364 unsigned Idx;
1370 enum Kind {
1374 } K;
1376 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1378 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() argument
1380 bool isZero() const { in isZero()
1384 bool hasValue() const { in hasValue()
1388 SDValue getValue() const { in getValue()
[all …]