Searched defs:Idx (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/slang/ |
D | slang_backend.cpp | 687 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local 783 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo() 792 bool Always = true) { in dumpExportReduceInfo() 803 int Idx = 0; in dumpExportReduceInfo() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 216 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling() local 658 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() 843 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() 872 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() 888 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) { in getValueFwdRef() 988 void BitcodeReaderMDValueList::AssignValue(Metadata *MD, unsigned Idx) { in AssignValue() 1009 Metadata *BitcodeReaderMDValueList::getValueFwdRef(unsigned Idx) { in getValueFwdRef() 3089 Value *Vec, *Idx; in ParseFunctionBody() local 3100 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local 3285 unsigned Idx = 0; in ParseFunctionBody() local [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 421 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() 568 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() 597 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() 613 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) { in getValueFwdRef() 713 void BitcodeReaderMDValueList::AssignValue(Metadata *MD, unsigned Idx) { in AssignValue() 734 Metadata *BitcodeReaderMDValueList::getValueFwdRef(unsigned Idx) { in getValueFwdRef() 2828 Value *Vec, *Idx; in ParseFunctionBody() local 2839 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
|