Home
last modified time | relevance | path

Searched refs:getValueTypePair (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp579 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anonc13c2b0b0411::BitcodeReader
3532 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody()
3569 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in parseFunctionBody()
3609 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) in parseFunctionBody()
3624 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in parseFunctionBody()
3641 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
3680 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in parseFunctionBody()
3683 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in parseFunctionBody()
3726 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in parseFunctionBody()
3741 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in parseFunctionBody()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp359 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anone7aefbb30111::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 …]