Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp216 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling() local
217 if (Idx == -1) continue; in UpgradeExceptionHandling()
218 PN->setIncomingBlock(Idx, NewBB); in UpgradeExceptionHandling()
379 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
380 Value *getValueFwdRef(unsigned Idx, Type *Ty);
382 void AssignValue(Value *V, unsigned Idx);
423 Metadata *getValueFwdRef(unsigned Idx);
424 void AssignValue(Metadata *MD, unsigned Idx);
659 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() argument
661 if (Idx > Record.size()) in ConvertToString()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
137 Value *getValueFwdRef(unsigned Idx, Type *Ty);
139 void AssignValue(Value *V, unsigned Idx);
180 Metadata *getValueFwdRef(unsigned Idx);
181 void AssignValue(Metadata *MD, unsigned Idx);
421 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() argument
423 if (Idx > Record.size()) in ConvertToString()
426 for (unsigned i = Idx, e = Record.size(); i != e; ++i) in ConvertToString()
568 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() argument
569 if (Idx == size()) { in AssignValue()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
539 if (Idx != 0) in getGlobalBasicBlockID()
540 return Idx-1; in getGlobalBasicBlockID()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
539 if (Idx != 0) in getGlobalBasicBlockID()
540 return Idx-1; in getGlobalBasicBlockID()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
539 if (Idx != 0) in getGlobalBasicBlockID()
540 return Idx-1; in getGlobalBasicBlockID()
/frameworks/compile/slang/
Dslang_backend.cpp695 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local
697 Idx[0] = in dumpExportFunctionInfo()
704 Idx[1] = llvm::ConstantInt::get( in dumpExportFunctionInfo()
709 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()