Home
last modified time | relevance | path

Searched refs:Idx (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
87 void AssignValue(Value *V, unsigned Idx);
125 Value *getValueFwdRef(unsigned Idx);
126 void AssignValue(Value *V, unsigned Idx);
DBitcodeReader.cpp107 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, in ConvertToString() argument
109 if (Idx > Record.size()) in ConvertToString()
112 for (unsigned i = Idx, e = Record.size(); i != e; ++i) in ConvertToString()
238 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() argument
239 if (Idx == size()) { in AssignValue()
244 if (Idx >= size()) in AssignValue()
245 resize(Idx+1); in AssignValue()
247 WeakVH &OldV = ValuePtrs[Idx]; in AssignValue()
256 ResolveConstants.push_back(std::make_pair(PHC, Idx)); in AssignValue()
267 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() argument
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
87 void AssignValue(Value *V, unsigned Idx);
125 Value *getValueFwdRef(unsigned Idx);
126 void AssignValue(Value *V, unsigned Idx);
DBitcodeReader.cpp211 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling() local
212 if (Idx == -1) continue; in UpgradeExceptionHandling()
213 PN->setIncomingBlock(Idx, NewBB); in UpgradeExceptionHandling()
348 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, in ConvertToString() argument
350 if (Idx > Record.size()) in ConvertToString()
353 for (unsigned i = Idx, e = Record.size(); i != e; ++i) in ConvertToString()
517 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() argument
518 if (Idx == size()) { in AssignValue()
523 if (Idx >= size()) in AssignValue()
524 resize(Idx+1); in AssignValue()
[all …]
/frameworks/compile/slang/
Dslang_rs_backend.cpp358 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local
360 Idx[0] = in dumpExportFunctionInfo()
367 Idx[1] = llvm::ConstantInt::get( in dumpExportFunctionInfo()
372 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp545 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
546 if (Idx != 0) in getGlobalBasicBlockID()
547 return Idx-1; in getGlobalBasicBlockID()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp545 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
546 if (Idx != 0) in getGlobalBasicBlockID()
547 return Idx-1; in getGlobalBasicBlockID()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp545 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
546 if (Idx != 0) in getGlobalBasicBlockID()
547 return Idx-1; in getGlobalBasicBlockID()