Home
last modified time | relevance | path

Searched defs:Idx (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_backend.cpp1000 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local
1096 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo()
1105 bool Always = true) { in dumpExportReduceInfo()
1116 int Idx = 0; in dumpExportReduceInfo() local
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp216 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling() local
658 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString()
852 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue()
881 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef()
897 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) { in getValueFwdRef()
997 void BitcodeReaderMDValueList::AssignValue(Metadata *MD, unsigned Idx) { in AssignValue()
1018 Metadata *BitcodeReaderMDValueList::getValueFwdRef(unsigned Idx) { in getValueFwdRef()
3101 Value *Vec, *Idx; in ParseFunctionBody() local
3112 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
3297 unsigned Idx = 0; in ParseFunctionBody() local
[all …]
/aosp12/art/libartbase/base/
H A Dhistogram_test.cc40 for (size_t Idx = 0; Idx < 90; Idx++) { in TEST() local
/aosp12/build/soong/rust/
H A Dproject_json.go63 Idx int // Index of the crate in rustProjectJson.Crates slice. member
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp421 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString()
577 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue()
606 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef()
622 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) { in getValueFwdRef()
722 void BitcodeReaderMDValueList::AssignValue(Metadata *MD, unsigned Idx) { in AssignValue()
743 Metadata *BitcodeReaderMDValueList::getValueFwdRef(unsigned Idx) { in getValueFwdRef()
2840 Value *Vec, *Idx; in ParseFunctionBody() local
2851 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local
/aosp12/art/runtime/gc/space/
H A Dregion_space.h494 size_t Idx() const { in Idx() function