Home
last modified time | relevance | path

Searched refs:getFirst (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h152 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 DDenseSet.h39 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 DAPFloat.h606 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 DTypeCollection.h26 virtual Optional<TypeIndex> getFirst() = 0;
36 Optional<TypeIndex> Next = getFirst(); in ForEachRecord()
H A DTypeTableCollection.h25 Optional<TypeIndex> getFirst() override;
H A DAppendingTypeTableBuilder.h43 Optional<TypeIndex> getFirst() override;
H A DMergingTypeTableBuilder.h52 Optional<TypeIndex> getFirst() override;
H A DGlobalTypeTableBuilder.h55 Optional<TypeIndex> getFirst() override;
H A DLazyRandomTypeCollection.h81 Optional<TypeIndex> getFirst() override;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp144 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
208 BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals()
265 BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
H A DSafeStackLayout.cpp38 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp24 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp40 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp42 Optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp42 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp205 Optional<TypeIndex> LazyRandomTypeCollection::getFirst() { in getFirst() function in LazyRandomTypeCollection
H A DCVTypeVisitor.cpp160 Optional<TypeIndex> I = Types.getFirst(); in visitTypeStream()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp28 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp287 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { in BuildParentMap()
H A DSymbolFileNativePDB.cpp1274 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) { in ParseTypes()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp571 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 DCGOpenMPRuntimeNVPTX.cpp2056 assert(Pair.getFirst()->isCanonicalDecl() && in emitTeamsOutlinedFunction()
2058 Data.insert(std::make_pair(Pair.getFirst(), in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp7798 const MapData &L = *Pair.getFirst(); in generateInfoForCapture()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp613 Optional<TypeIndex> B = Table.getFirst(); in emitTypeInformation()