Searched refs:getConstantFwdRef (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.h | 98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
|
D | BitcodeReader.cpp | 2440 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2446 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2451 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2527 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2540 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2541 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in parseConstants() 2574 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() 2607 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy)); in parseConstants() 2639 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in parseConstants() 2641 ValueList.getConstantFwdRef(Record[1],CurTy), in parseConstants() [all …]
|
D | ValueList.cpp | 99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | ValueList.h | 98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
|
D | ValueList.cpp | 96 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList
|
D | BitcodeReader.cpp | 2378 Constant *Op0 = ValueList.getConstantFwdRef(Op0Idx, OpTy); in parseConstants() 2379 Constant *Op1 = ValueList.getConstantFwdRef(Op1Idx, OpTy); in parseConstants() 2382 Constant *Op2 = ValueList.getConstantFwdRef(Op2Idx, ShufTy); in parseConstants() 2488 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2494 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2499 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2585 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2598 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2599 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in parseConstants() 2632 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 97 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 969 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 2971 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2977 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2982 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 3058 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 3059 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in parseConstants() 3092 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() 3109 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy)); in parseConstants() 3141 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in parseConstants() [all …]
|