Home
last modified time | relevance | path

Searched defs:ParsedValues (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh594 struct ParsedValues struct
596 void init () in init()
601 void fini () { values.fini_deep (); } in fini()
603 void add_op (OpCode op, const SubByteStr& substr = SubByteStr ()) in add_op()
611 void add_op (OpCode op, const SubByteStr& substr, const VAL &v) in add_op()
619 bool has_op (OpCode op) const in has_op()
626 unsigned get_count () const { return values.len; } in get_count()
627 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()
628 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()
630 unsigned int opStart;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp591 struct ParsedValues { struct in __anon15a717990511::PolynomialMultiplyRecognize
594 Value *M = nullptr;
595 Value *P = nullptr;
596 Value *Q = nullptr;
597 Value *R = nullptr;
598 Value *X = nullptr;
599 Instruction *Res = nullptr;
600 unsigned IterCount = 0;
601 bool Left = false;
602 bool Inv = false;