Searched refs:second (Results 26 - 50 of 2292) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp67 << " PrivateSegmentBuffer: " << FI.second.PrivateSegmentBuffer
68 << " DispatchPtr: " << FI.second.DispatchPtr
69 << " QueuePtr: " << FI.second.QueuePtr
70 << " KernargSegmentPtr: " << FI.second.KernargSegmentPtr
71 << " DispatchID: " << FI.second.DispatchID
72 << " FlatScratchInit: " << FI.second.FlatScratchInit
73 << " PrivateSegmentSize: " << FI.second.PrivateSegmentSize
74 << " WorkGroupIDX: " << FI.second.WorkGroupIDX
75 << " WorkGroupIDY: " << FI.second.WorkGroupIDY
76 << " WorkGroupIDZ: " << FI.second
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp61 if (CGIP.second) {
66 bool IsCanonicalExisting = CGIP.second->TheDef->getValueAsBit("IsCanonical");
77 if (CGIP.second->AsmString.size() <= CGI.AsmString.size())
100 if (PrefixPair.second.empty())
105 auto InstIt = PrefixPair.second.find(I);
106 if (InstIt != PrefixPair.second.end()) {
108 assert(InstIt->second.second);
109 auto &CGI = *InstIt->second.second;
[all...]
H A DSubtargetFeatureInfo.cpp61 const SubtargetFeatureInfo &SFI = SF.second;
68 OS << " Feature_HwMode" << M.second << "Bit = " << (M.second + Offset)
83 if (IndexUB <= SF.second.Index)
84 IndexUB = SF.second.Index+1;
90 Names[SF.second.Index] = SF.second.getEnumName();
113 const SubtargetFeatureInfo &SFI = SF.second;
124 OS << " Features.set(Feature_HwMode" << M.second << "Bit);\n";
180 const SubtargetFeatureInfo &SFI = SF.second;
[all...]
H A DInfoByHwMode.cpp34 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))});
35 assert(I.second && "Duplicate entry?");
67 return F->second;
72 return Map.insert(std::make_pair(Mode, D->second)).first->second;
74 return Map.insert(std::make_pair(Mode, Type)).first->second;
98 << getMVTName(P->second).str() << ')';
146 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)});
147 assert(I.second && "Duplicate entry?");
186 OS << LS << '(' << getModeName(P->first) << ':' << P->second << ')';
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DSymbolSet.cpp18 if (Result.second)
19 Result.first->second =
21 return Result.first->second;
/freebsd-current/contrib/dialog/samples/
H A Dbuildlist414 "2" "Item number 2" "off" second \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h26 unsigned int second; member in struct:llvm::GenericValue::IntPair
44 UIntPairVal.second = 0;
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokenBufferTokenManager.cpp20 assert(It.second && "duplicate FileID");
21 return {FID, It.first->second};
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTaskTimer.cpp21 callback(kv.first, kv.second);
29 return it->second;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp103 unsigned Count = (I != SampleCoverage.end()) ? I->second.size() : 0;
109 for (const auto &J : I.second) {
110 const FunctionSamples *CalleeSamples = &J.second;
128 for (const auto &J : I.second) {
129 const FunctionSamples *CalleeSamples = &J.second;
145 Total += I.second.getSamples();
149 for (const auto &J : I.second) {
150 const FunctionSamples *CalleeSamples = &J.second;
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DCodeEmitter.cpp20 if (EI.second)
31 EI.second = Code.size() - EI.first;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp66 // We could avoid second lookup, but it would make the code ultra ugly.
121 assert(Node->second->NumberOfInlines >= Node->second->NumberOfRealInlines);
122 if (Node->second->NumberOfInlines == 0)
125 if (Node->second->Imported) {
128 int(Node->second->NumberOfRealInlines > 0);
132 int(Node->second->NumberOfRealInlines > 0);
137 << (Node->second->Imported ? "imported " : "not imported ")
139 << ": #inlines = " << Node->second->NumberOfInlines
141 << Node->second
[all...]
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtests_test.sh67 states="equal first second difftype difflinks difffiles"
90 # compare is "equal"), then the second and third comparisons
95 # of the '*/second/second' cases are relevant.
146 # /first/equal/second: Remove unmodified files. The files
149 mkfifo $i/first/equal/second/fifo
150 echo "foo" > $i/first/equal/second/file
151 mkdir $i/first/equal/second/emptydir
152 ln -s "bar" $i/first/equal/second/link
153 mkdir $i/first/equal/second/fulldi
[all...]
H A Dalways_test.sh67 states="equal first second difftype difflinks difffiles"
94 # /first/difftype/second: File with different local type
96 mkfifo $OLD/first/difftype/second/fifo
97 mkdir $TEST/first/difftype/second/fifo
99 # /first/difflinks/second: Modified link removed. Should
101 ln -s "old link" $OLD/first/difflinks/second/link
102 ln -s "test link" $TEST/first/difflinks/second/link
104 # /first/difffiles/second: Modified file removed. Should
106 echo "foo" > $OLD/first/difffiles/second/file
107 echo "bar" > $TEST/first/difffiles/second/fil
[all...]
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp10 Record &R = *Entry.second;
/freebsd-current/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp35 if (KV.second)
38 return {KV.first->second, KV.first->first()};
42 auto Impl = [&](StringRef &S) { S = add(S).second; };
68 Strings[KV.second] = KV.first();
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp64 return pos->second.read_is_set;
72 return pos->second.write_is_set;
80 return pos->second.error_is_set;
108 pair.second.PrepareForSelect();
117 if (pair.second.read_set)
119 if (pair.second.write_set)
121 if (pair.second.error_set)
181 if (pair.second.read_set)
184 if (pair.second.write_set)
187 if (pair.second
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DStringEntryToDwarfStringPoolEntryMap.h43 assert(it->second != nullptr);
44 return it->second;
55 assert(it->second != nullptr);
56 return it->second;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetStreamer.h28 if (MCI_STI_A.second != MCI_STI_B.second)
29 return uintptr_t(MCI_STI_A.second) < uintptr_t(MCI_STI_B.second);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp58 AttributeText = KV.second;
101 if (SplitPair.second.empty())
107 auto SecondSplitPair = SplitPair.second.split('=');
108 if (!SecondSplitPair.second.empty()) {
109 Func->addFnAttr(SecondSplitPair.first, SecondSplitPair.second);
112 auto AttrKind = Attribute::getAttrKindFromName(SplitPair.second);
120 errs() << "Cannot add " << SplitPair.second
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h64 ++S->second;
69 assert(S->second && "Releasing PooledStringPtr with zero ref count");
70 --S->second;
74 ++S->second;
84 assert(S->second && "Releasing PooledStringPtr with zero ref count");
85 --S->second;
94 assert(S->second && "Releasing PooledStringPtr with zero ref count");
95 --S->second;
124 ++S->second;
149 if (Tmp->second
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp24 return CacheIt->second;
34 ModuleAddress.Address = It->second;
41 F << "@(" << std::hex << It->second << ")";
46 F << "@(" << std::hex << It->second << ")";
61 ModuleAddress.Address = It->second;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h101 auto &I = Result.first->second;
102 if (Result.second) {
106 return Vector[I].second;
114 return Pos == Map.end()? ValueT() : Vector[Pos->second].second;
121 It->second = Vector.size();
126 return std::make_pair(begin() + It->second, false);
132 It->second = Vector.size();
138 return std::make_pair(begin() + It->second, false);
142 return try_emplace(KV.first, KV.second);
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp59 section_load_addr = pos->second;
83 if (load_addr == sta_pos->second)
86 sta_pos->second = load_addr;
103 if (warn_multiple && section != ats_pos->second) {
106 ModuleSP curr_module_sp(ats_pos->second->GetModule());
114 ats_pos->second->GetName().GetCString());
118 ats_pos->second = section;
123 if (entry.second == section) {
171 addr_t load_addr = sta_pos->second;
232 if (offset < pos->second
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp40 pos != end && pos->second->GetID() == type_uid; ++pos) {
41 if (pos->second.get() == type_sp.get())
55 // return pos->second;
68 // if (pos->second->GetName() == name)
69 // types.Insert (pos->second);
88 return pos->second;
97 return m_types.begin()->second;
103 if (!callback(pos->second))
111 if (!callback(pos->second))
121 if (pos->second
[all...]

Completed in 255 milliseconds

1234567891011>>