Home
last modified time | relevance | path

Searched defs:BitValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DBitTracker.h105 struct BitTracker::BitValue { struct
106 enum ValueType {
144 BitValue(ValueType T = Top) : Type(T) {} in Type() argument
145 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function
146 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function
178 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument
214 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DBitTracker.h155 struct BitTracker::BitValue { struct
156 enum ValueType {
194 BitValue(ValueType T = Top) : Type(T) {} in Type() argument
195 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() argument
196 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() argument
229 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument
266 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
/external/llvm/docs/
DYamlIO.rst341 BitValue section in Scalars
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DYamlIO.rst341 BitValue section in Scalars