/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-type-server-simple-ts.yaml | 39 ArgIndices: [ 4097 ] 71 ArgIndices: [ 0 ] 130 ArgIndices: [ 4100, 4101, 4105, 4106, 4104 ] 146 ArgIndices: [ 4100, 4101, 4110, 4106, 4104 ]
|
D | pdb-file-statics-b.yaml | 126 ArgIndices: [ 116 ] 213 ArgIndices: [ 4102, 4106, 4106, 4106, 116, 48, 4106, 116, 231 ArgIndices: [ 4102 ] 244 ArgIndices: [ ] 428 ArgIndices: [ 4120, 48 ] 445 ArgIndices: [ 4120 ] 561 ArgIndices: [ 4134 ] 681 ArgIndices: [ 4146 ] 926 ArgIndices: [ 117 ] 1021 ArgIndices: [ 4168 ] [all …]
|
D | pdb-file-statics-a.yaml | 132 ArgIndices: [ 116 ] 151 ArgIndices: [ 116, 4098 ] 238 ArgIndices: [ 4106, 4110, 4110, 4110, 116, 48, 4110, 116, 256 ArgIndices: [ 4106 ] 269 ArgIndices: [ ] 453 ArgIndices: [ 4124, 48 ] 470 ArgIndices: [ 4124 ] 586 ArgIndices: [ 4138 ] 706 ArgIndices: [ 4150 ] 951 ArgIndices: [ 117 ] [all …]
|
D | pdb1.yaml | 99 ArgIndices: [ ] 113 ArgIndices: [ 0 ] 160 ArgIndices: [ 4103, 4104, 4108, 4109, 4107 ]
|
D | pdb-scopes-b.yaml | 171 ArgIndices: [ 0 ] 185 ArgIndices: [ 116 ] 232 ArgIndices: [ 4103, 4104, 4108, 4109, 4107 ]
|
D | pdb_comdat_main.yaml | 135 ArgIndices: [ 0 ] 154 ArgIndices: [ ] 201 ArgIndices: [ 4104, 4105, 4109, 4110, 4108 ]
|
D | pdb_comdat_bar.yaml | 127 ArgIndices: [ 0 ] 146 ArgIndices: [ ] 188 ArgIndices: [ 4103, 4104, 4108, 4109, 4107 ]
|
D | pdb_lines_1.yaml | 119 ArgIndices: [ ] 138 ArgIndices: [ 0 ] 185 ArgIndices: [ 4104, 4105, 4109, 4110, 4108 ]
|
D | pdb_lines_2.yaml | 107 ArgIndices: [ ] 149 ArgIndices: [ 4099, 4100, 4104, 4105, 4103 ]
|
D | pdb2.yaml | 103 ArgIndices: [ ] 145 ArgIndices: [ 4099, 4100, 4104, 4105, 4103 ]
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-heapsite.yaml | 289 ArgIndices: [ 35 ] 304 ArgIndices: [ ] 386 ArgIndices: [ 4110, 4114, 4114, 4114, 116, 48, 4114, 116, 404 ArgIndices: [ 4110 ] 598 ArgIndices: [ 4127, 48 ] 615 ArgIndices: [ 4127 ] 731 ArgIndices: [ 4141 ] 851 ArgIndices: [ 4153 ] 1096 ArgIndices: [ 117 ] 1191 ArgIndices: [ 4175 ] [all …]
|
D | pdb-thunk.yaml | 392 ArgIndices: [ ] 409 ArgIndices: [ 4102 ] 430 ArgIndices: [ 4106 ] 583 ArgIndices: [ 4125 ] 604 ArgIndices: [ 4129 ] 735 ArgIndices: [ 4144 ] 756 ArgIndices: [ 4148 ] 1061 ArgIndices: [ 4182, 4186, 4186, 4186, 116, 48, 4186, 116, 1079 ArgIndices: [ 4182 ] 1273 ArgIndices: [ 4199, 48 ] [all …]
|
/external/llvm-project/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/llvm-project/clang/utils/ABITest/ |
D | TypeGen.py | 402 argIndices = getNthTuple(N+1, self.maxSize+1, self.typeGen.cardinality) 403 retIndex,argIndices = argIndices[0],argIndices[1:] 407 argIndices = getNthTuple(N, self.maxSize, self.typeGen.cardinality) 408 args = [self.typeGen.get(i) for i in argIndices]
|
/external/llvm-project/mlir/lib/IR/ |
D | FunctionSupport.cpp | 35 ArrayRef<unsigned> argIndices, in eraseFunctionArguments() argument 47 iterateIndicesExcept(originalNumArgs, argIndices, [&](unsigned i) { in eraseFunctionArguments() 69 entry.eraseArguments(argIndices); in eraseFunctionArguments()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 241 : TypeRecord(Kind), ArgIndices(Indices) {} in ArgListRecord() 243 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() 245 std::vector<TypeIndex> ArgIndices; variable 670 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument 672 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord() 674 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs() 686 SmallVector<TypeIndex, MaxArgs> ArgIndices; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 247 : TypeRecord(Kind), ArgIndices(Indices) {} in ArgListRecord() 249 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() 251 std::vector<TypeIndex> ArgIndices; variable 676 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument 678 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord() 680 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs() 692 SmallVector<TypeIndex, MaxArgs> ArgIndices; variable
|
/external/llvm-project/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 ]
|
/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/llvm-project/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 163 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 182 ArgIndices.insert(std::make_pair(SrcTy, Indices)); in doPromotion() 193 for (const auto &ArgIndex : ArgIndices) { in doPromotion() 202 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty()) in doPromotion() 273 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 277 for (const auto &ArgIndex : ArgIndices) { in doPromotion() 427 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 431 assert(ArgIndices.begin()->second.empty() && in doPromotion() 451 for (ScalarizeTable::iterator It = ArgIndices.begin(); in doPromotion() 453 assert(It != ArgIndices.end() && "GEP not handled??"); in doPromotion() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 167 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 186 ArgIndices.insert(std::make_pair(SrcTy, Indices)); in doPromotion() 197 for (const auto &ArgIndex : ArgIndices) { in doPromotion() 206 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty()) in doPromotion() 276 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 280 for (const auto &ArgIndex : ArgIndices) { in doPromotion() 427 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local 431 assert(ArgIndices.begin()->second.empty() && in doPromotion() 451 for (ScalarizeTable::iterator It = ArgIndices.begin(); in doPromotion() 453 assert(It != ArgIndices.end() && "GEP not handled??"); in doPromotion() [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | FunctionSupport.h | 76 void eraseFunctionArguments(Operation *op, ArrayRef<unsigned> argIndices, 212 FunctionType getTypeWithoutArgsAndResults(ArrayRef<unsigned> argIndices, in getTypeWithoutArgsAndResults() argument 214 return getType().getWithoutArgsAndResults(argIndices, resultIndices); in getTypeWithoutArgsAndResults() 266 /// Erases the arguments listed in `argIndices`. 267 /// `argIndices` is allowed to have duplicates and can be in any order. 268 void eraseArguments(ArrayRef<unsigned> argIndices) { in eraseArguments() argument 270 Type newType = getTypeWithoutArgsAndResults(argIndices, {}); in eraseArguments() 271 ::mlir::impl::eraseFunctionArguments(this->getOperation(), argIndices, in eraseArguments()
|
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
D | object.test | 245 ArgIndices: [ 116, 4096 ] 271 ArgIndices: [ 4097, 0, 4098, 0, 0 ]
|