/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 652 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anon9c8db84c0411::BitcodeReader 3870 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody() 3891 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody() 3928 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in parseFunctionBody() 3972 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr, &FullBaseTy)) in parseFunctionBody() 3985 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in parseFunctionBody() 4003 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy)) in parseFunctionBody() 4041 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy)) in parseFunctionBody() 4044 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in parseFunctionBody() 4087 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal, &FullTy) || in parseFunctionBody() [all …]
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 652 bool getValueTypePair(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anon6307d9380411::BitcodeReader 3970 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody() 3991 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in parseFunctionBody() 4028 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in parseFunctionBody() 4072 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr, &FullBaseTy)) in parseFunctionBody() 4085 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in parseFunctionBody() 4103 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy)) in parseFunctionBody() 4141 if (getValueTypePair(Record, OpNum, NextValueNo, Agg, &FullTy)) in parseFunctionBody() 4144 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in parseFunctionBody() 4187 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal, &FullTy) || in parseFunctionBody() [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 359 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function in __anonecb5182a0111::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 …]
|