Searched refs:getFnValueByID (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.h | 215 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function 240 ResVal = getFnValueByID(ValNo, 0); in getValueTypePair() 247 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 254 ResVal = getFnValueByID(ValNo, Ty); in getValue()
|
D | BitcodeReader.cpp | 2409 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() 2421 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 2430 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in ParseFunctionBody() 2445 Value *Address = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 2487 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody() 2538 Value *V = getFnValueByID(Record[1+i], Ty); in ParseFunctionBody() 2592 Value *Size = getFnValueByID(Record[2], OpTy); in ParseFunctionBody() 2747 Args.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody() 2776 Value *Op = getFnValueByID(Record[1], OpTy); in ParseFunctionBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 555 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anonc13c2b0b0411::BitcodeReader 589 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 596 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 628 return getFnValueByID(ValNo, Ty); in getValue() 639 return getFnValueByID(ValNo, Ty); in getValueSigned() 4063 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody() 4271 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 338 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anone7aefbb30111::BitcodeReader 369 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 408 return getFnValueByID(ValNo, Ty); in getValue() 419 return getFnValueByID(ValNo, Ty); in getValueSigned() 5051 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody() 5259 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()
|