Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2160 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2191 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2207 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
2213 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2229 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2250 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2253 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2275 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2290 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2292 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
[all …]
DBitcodeReader.h245 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() function