| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 152 P->getFirst() = EmptyKey; in clear() 161 P->getFirst() = EmptyKey; in clear() 365 P->getFirst().~KeyT(); in destroyAll() 405 DestBucket->getFirst() = std::move(B->getFirst()); in moveFromOldBuckets() 412 B->getFirst().~KeyT(); in moveFromOldBuckets() 430 ::new (&getBuckets()[i].getFirst()) in copyFrom() 949 std::swap(LHSB->getFirst(), RHSB->getFirst()); in swap() 980 ::new (&NewB->getFirst()) KeyT(std::move(OldB->getFirst())); in swap() 981 OldB->getFirst().~KeyT(); in swap() 1051 ::new (&TmpEnd->getFirst()) KeyT(std::move(P->getFirst())); in grow() [all …]
|
| H A D | DenseSet.h | 39 KeyT &getFirst() { return key; } in getFirst() function 40 const KeyT &getFirst() const { return key; } in getFirst() function 121 ValueT &operator*() { return I->getFirst(); } 122 const ValueT &operator*() const { return I->getFirst(); } 123 ValueT *operator->() { return &I->getFirst(); } 124 const ValueT *operator->() const { return &I->getFirst(); } 148 const ValueT &operator*() const { return I->getFirst(); } 149 const ValueT *operator->() const { return &I->getFirst(); }
|
| H A D | APFloat.h | 606 APFloat &getFirst() { return Floats[0]; } in getFirst() function 607 const APFloat &getFirst() const { return Floats[0]; } in getFirst() function 782 return U.Double.getFirst().U.IEEE; in getIEEE() 790 return U.Double.getFirst().U.IEEE; in getIEEE()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeCollection.h | 26 virtual Optional<TypeIndex> getFirst() = 0; 36 Optional<TypeIndex> Next = getFirst(); in ForEachRecord()
|
| H A D | TypeTableCollection.h | 25 Optional<TypeIndex> getFirst() override;
|
| H A D | AppendingTypeTableBuilder.h | 43 Optional<TypeIndex> getFirst() override;
|
| H A D | MergingTypeTableBuilder.h | 52 Optional<TypeIndex> getFirst() override;
|
| H A D | GlobalTypeTableBuilder.h | 55 Optional<TypeIndex> getFirst() override;
|
| H A D | LazyRandomTypeCollection.h | 81 Optional<TypeIndex> getFirst() override;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SafeStackColoring.cpp | 144 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers() 208 BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals() 265 BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
|
| H A D | SafeStackLayout.cpp | 38 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeTableCollection.cpp | 24 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
|
| H A D | AppendingTypeTableBuilder.cpp | 40 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
|
| H A D | GlobalTypeTableBuilder.cpp | 42 Optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
|
| H A D | MergingTypeTableBuilder.cpp | 42 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
|
| H A D | LazyRandomTypeCollection.cpp | 205 Optional<TypeIndex> LazyRandomTypeCollection::getFirst() { in getFirst() function in LazyRandomTypeCollection
|
| H A D | CVTypeVisitor.cpp | 160 Optional<TypeIndex> I = Types.getFirst(); in visitTypeStream()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 28 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 287 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { in BuildParentMap()
|
| H A D | SymbolFileNativePDB.cpp | 1274 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { in ParseTypes()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 571 return makeArrayRef(I->getFirst()); in bestOrder() 1591 StoredCurrentOrderAndNum->getFirst()); in buildTree_rec() 1662 ReuseShuffleIndicies, I->getFirst()); in buildTree_rec()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2056 assert(Pair.getFirst()->isCanonicalDecl() && in emitTeamsOutlinedFunction() 2058 Data.insert(std::make_pair(Pair.getFirst(), in emitTeamsOutlinedFunction()
|
| H A D | CGOpenMPRuntime.cpp | 7798 const MapData &L = *Pair.getFirst(); in generateInfoForCapture()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 613 Optional<TypeIndex> B = Table.getFirst(); in emitTypeInformation()
|