Searched refs:getValueTypePair (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 312 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anon4adc0c5b0111::BitcodeReader 2664 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2696 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2725 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody() 2738 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 2755 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2776 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2779 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody() 2801 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 2816 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 549 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anonc5f03b150111::BitcodeReader 2925 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2957 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2986 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody() 2999 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 3016 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 3037 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 3040 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody() 3062 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 3077 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() [all …]
|