Home
last modified time | relevance | path

Searched full:argindices (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test18 YAML: ArgIndices: [ ]
77 YAML: ArgIndices: [ 4099 ]
177 YAML: ArgIndices: [ 4109, 48 ]
190 YAML: ArgIndices: [ 4109 ]
300 YAML: ArgIndices: [ 4121 ]
403 YAML: ArgIndices: [ 4130 ]
542 YAML: ArgIndices: [ 4142, 4146, 4146, 4146, 116, 48, 4146, 116,
556 YAML: ArgIndices: [ 4142 ]
879 YAML: ArgIndices: [ 117 ]
964 YAML: ArgIndices: [ 4164 ]
/external/clang/utils/ABITest/
DTypeGen.py400 argIndices = getNthTuple(N+1, self.maxSize+1, self.typeGen.cardinality)
401 retIndex,argIndices = argIndices[0],argIndices[1:]
405 argIndices = getNthTuple(N, self.maxSize, self.typeGen.cardinality)
406 args = map(self.typeGen.get, argIndices)
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp551 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
567 ArgIndices.insert(Indices); in DoPromotion()
578 for (ScalarizeTable::iterator SI = ArgIndices.begin(), in DoPromotion()
579 E = ArgIndices.end(); SI != E; ++SI) { in DoPromotion()
585 if (ArgIndices.size() == 1 && ArgIndices.begin()->empty()) in DoPromotion()
679 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
683 for (ScalarizeTable::iterator SI = ArgIndices.begin(), in DoPromotion()
684 E = ArgIndices.end(); SI != E; ++SI) { in DoPromotion()
825 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
829 assert(ArgIndices.begin()->empty() && in DoPromotion()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h243 : TypeRecord(Kind), ArgIndices(Indices) {} in ArgListRecord()
245 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices()
247 std::vector<TypeIndex> ArgIndices; variable
652 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument
654 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord()
656 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs()
658 SmallVector<TypeIndex, 4> ArgIndices; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dmerge-ids-and-types-1.yaml43 ArgIndices: [ 116, 4096 ]
69 ArgIndices: [ 116 ]
Dmerge-ids-and-types-2.yaml34 ArgIndices: [ 116 ]
55 ArgIndices: [ 116, 4098 ]
Dobj-hashes-1.yaml28 ArgIndices: [ 4096, 4098 ]
Dobj-hashes-2.yaml33 ArgIndices: [ 4098, 4097 ]
Dmerge-types-1.yaml43 ArgIndices: [ 117, 4096, 4099 ]
Dmerge-types-2.yaml22 ArgIndices: [ 117, 4096, 4097 ]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp164 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
183 ArgIndices.insert(std::make_pair(SrcTy, Indices)); in doPromotion()
194 for (const auto &ArgIndex : ArgIndices) { in doPromotion()
203 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty()) in doPromotion()
270 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
274 for (const auto &ArgIndex : ArgIndices) { in doPromotion()
420 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
424 assert(ArgIndices.begin()->second.empty() && in doPromotion()
444 for (ScalarizeTable::iterator It = ArgIndices.begin(); in doPromotion()
446 assert(It != ArgIndices.end() && "GEP not handled??"); in doPromotion()
[all …]
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp699 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
718 ArgIndices.insert(std::make_pair(SrcTy, Indices)); in DoPromotion()
729 for (const auto &ArgIndex : ArgIndices) { in DoPromotion()
737 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty()) in DoPromotion()
820 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
824 for (const auto &ArgIndex : ArgIndices) { in DoPromotion()
971 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
975 assert(ArgIndices.begin()->second.empty() && in DoPromotion()
995 for (ScalarizeTable::iterator It = ArgIndices.begin(); in DoPromotion()
997 assert(It != ArgIndices.end() && "GEP not handled??"); in DoPromotion()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp30 AR.ArgIndices.push_back(Q); in createArgListRecord()
31 AR.ArgIndices.push_back(R); in createArgListRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h815 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument
817 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord()
826 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs()
833 SmallVector<TypeIndex, 4> ArgIndices; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll163 ; YAML: ArgIndices: [ 116, 4096 ]
192 ; YAML: ArgIndices: [ 116, 116 ]
205 ; YAML: ArgIndices: [ ]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp430 IO.mapRequired("ArgIndices", Record.ArgIndices); in map()
584 IO.mapRequired("ArgIndices", Record.ArgIndices); in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp174 Record.ArgIndices, in visitKnownRecord()
353 Record.ArgIndices, in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp513 for (TypeIndex &Arg : ArgIndices) in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp453 auto Indices = BI.ArgIndices; in visitKnownRecord()