Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2284 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2316 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2332 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
2338 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2354 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2375 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2378 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2400 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2415 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2417 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
[all …]
DBitcodeReader.h279 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() function
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2542 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2574 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2590 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
2596 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2612 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2633 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2636 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2658 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2673 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2675 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
[all …]
DBitcodeReader.h274 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() function