/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 18 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/ |
D | TypeGen.py | 400 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/ |
D | ArgumentPromotion.cpp | 551 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/ |
D | TypeRecord.h | 243 : 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/ |
D | merge-ids-and-types-1.yaml | 43 ArgIndices: [ 116, 4096 ] 69 ArgIndices: [ 116 ]
|
D | merge-ids-and-types-2.yaml | 34 ArgIndices: [ 116 ] 55 ArgIndices: [ 116, 4098 ]
|
D | obj-hashes-1.yaml | 28 ArgIndices: [ 4096, 4098 ]
|
D | obj-hashes-2.yaml | 33 ArgIndices: [ 4098, 4097 ]
|
D | merge-types-1.yaml | 43 ArgIndices: [ 117, 4096, 4099 ]
|
D | merge-types-2.yaml | 22 ArgIndices: [ 117, 4096, 4097 ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 164 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/ |
D | ArgumentPromotion.cpp | 699 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/ |
D | TypeHashingTest.cpp | 30 AR.ArgIndices.push_back(Q); in createArgListRecord() 31 AR.ArgIndices.push_back(R); in createArgListRecord()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 815 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/ |
D | global-type-hashes.ll | 163 ; YAML: ArgIndices: [ 116, 4096 ] 192 ; YAML: ArgIndices: [ 116, 116 ] 205 ; YAML: ArgIndices: [ ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 430 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/ |
D | TypeRecordMapping.cpp | 174 Record.ArgIndices, in visitKnownRecord() 353 Record.ArgIndices, in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 513 for (TypeIndex &Arg : ArgIndices) in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 453 auto Indices = BI.ArgIndices; in visitKnownRecord()
|