Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2164 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2195 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2211 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in ParseFunctionBody()
2217 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2233 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2254 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2257 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2279 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2294 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2296 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
[all …]
DBitcodeReader.h233 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() function
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp359 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anon01c39de90111::BitcodeReader
4520 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody()
4557 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in parseFunctionBody()
4597 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in parseFunctionBody()
4612 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in parseFunctionBody()
4629 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
4668 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
4671 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in parseFunctionBody()
4714 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in parseFunctionBody()
4729 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in parseFunctionBody()
[all …]