Searched refs:getValueTypePair (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2696 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || 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() 2818 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 2869 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody() 2904 getValueTypePair(Record, OpNum, NextValueNo, Op); in ParseFunctionBody() 2922 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 3111 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2957 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || 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() 3079 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 3130 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody() 3170 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 3299 if (getValueTypePair(Record, Idx, NextValueNo, Val)) in ParseFunctionBody() 3353 if (getValueTypePair(Record, Idx, NextValueNo, PersFn)) in ParseFunctionBody() [all …]
|