Home
last modified time | relevance | path

Searched refs:Rank (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h47 unsigned Rank; member
50 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} in ValueEntry()
54 return LHS.Rank > RHS.Rank; // Sort so that highest rank goes to start.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h71 if (BB1G->Rank < BB2G->Rank) in unionGroups()
76 if (BB1G->Rank == BB2G->Rank) in unionGroups()
77 BB1G->Rank++; in unionGroups()
H A DGCOVProfiling.cpp208 uint32_t Rank = 0; member
H A DPGOInstrumentation.cpp544 uint32_t Rank = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp84 dbgs() << ", #" << Ops[i].Rank << "] "; in PrintOps()
169 unsigned Rank = 2; in BuildRankMap() local
173 ValueRankMap[&Arg] = ++Rank; in BuildRankMap()
174 LLVM_DEBUG(dbgs() << "Calculated Rank[" << Arg.getName() << "] = " << Rank in BuildRankMap()
180 unsigned BBRank = RankMap[BB] = ++Rank << 16; in BuildRankMap()
198 if (unsigned Rank = ValueRankMap[I]) in getRank() local
199 return Rank; // Rank already known? in getRank()
205 unsigned Rank = 0, MaxRank = RankMap[I->getParent()]; in getRank() local
206 for (unsigned i = 0, e = I->getNumOperands(); i != e && Rank != MaxRank; ++i) in getRank()
207 Rank = std::max(Rank, getRank(I->getOperand(i))); in getRank()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Diforeach.m426 runtime_error ("Rank of array needs to be > 0");
135 runtime_error ("Rank of array needs to be > 0");
266 runtime_error ("Rank of array needs to be > 0");
H A Diforeach-s.m435 runtime_error ("Rank of array needs to be > 0");
150 runtime_error ("Rank of array needs to be > 0");
287 runtime_error ("Rank of array needs to be > 0");
H A Difindloc0.m444 runtime_error ("Rank of array needs to be > 0");
175 runtime_error ("Rank of array needs to be > 0");
329 internal_error (NULL, "Rank of array needs to be > 0");
H A Diforeach-s2.m437 runtime_error ("Rank of array needs to be > 0");
127 runtime_error ("Rank of array needs to be > 0");
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Diforeach.m426 runtime_error ("Rank of array needs to be > 0");
135 runtime_error ("Rank of array needs to be > 0");
266 runtime_error ("Rank of array needs to be > 0");
H A Diforeach-s.m435 runtime_error ("Rank of array needs to be > 0");
150 runtime_error ("Rank of array needs to be > 0");
287 runtime_error ("Rank of array needs to be > 0");
H A Difindloc0.m444 runtime_error ("Rank of array needs to be > 0");
175 runtime_error ("Rank of array needs to be > 0");
329 internal_error (NULL, "Rank of array needs to be > 0");
H A Diforeach-s2.m437 runtime_error ("Rank of array needs to be > 0");
127 runtime_error ("Rank of array needs to be > 0");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp604 Metadata *Rank, StorageType Storage, bool ShouldCreate) { in getImpl() argument
612 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank)); in getImpl()
616 Rank}; in getImpl()
629 Metadata *Rank) { in buildODRType() argument
639 DataLocation, Associated, Allocated, Rank); in buildODRType()
652 Rank}; in buildODRType()
668 Metadata *Rank) { in getODRType() argument
678 Allocated, Rank); in getODRType()
H A DLLVMContextImpl.h571 Metadata *Rank;
580 Metadata *Allocated, Metadata *Rank)
587 Associated(Associated), Allocated(Allocated), Rank(Rank) {}
600 Rank(N->getRawRank()) {}
617 Allocated == RHS->getRawAllocated() && Rank == RHS->getRawRank();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2076 uint64_t Rank = 0; in demangleArrayType() local
2078 std::tie(Rank, IsNegative) = demangleNumber(MangledName); in demangleArrayType()
2079 if (IsNegative || Rank == 0) { in demangleArrayType()
2088 for (uint64_t I = 0; I < Rank; ++I) { in demangleArrayType()
2096 if (I + 1 < Rank) { in demangleArrayType()
2101 ATy->Dimensions = nodeListToNodeArray(Arena, Head, Rank); in demangleArrayType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1082 int Rank = 0; in getTryRank() local
1084 ++Rank; in getTryRank()
1087 return Rank; in getTryRank()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1083 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1090 Associated, Allocated, Rank, Storage, ShouldCreate);
1099 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1122 Metadata *Allocated = nullptr, Metadata *Rank = nullptr),
1125 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1135 Metadata *Rank = nullptr),
1138 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1157 Metadata *Rank);
1178 Metadata *Allocated, Metadata *Rank);
H A DDIBuilder.h514 PointerUnion<DIExpression *, DIVariable *> Rank = nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1491 Metadata *Rank = nullptr; in parseOneMetadata() local
1521 Rank = getMDOrNull(Record[20]); in parseOneMetadata()
1530 Allocated, Rank); in parseOneMetadata()
1539 Allocated, Rank)); in parseOneMetadata()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp120 Rank[(int)ICK_Num_Conversion_Kinds] = { in GetConversionRank() local
152 return Rank[(int)Kind]; in GetConversionRank()
213 ImplicitConversionRank Rank = ICR_Exact_Match; in getRank() local
214 if (GetConversionRank(First) > Rank) in getRank()
215 Rank = GetConversionRank(First); in getRank()
216 if (GetConversionRank(Second) > Rank) in getRank()
217 Rank = GetConversionRank(Second); in getRank()
218 if (GetConversionRank(Third) > Rank) in getRank()
219 Rank = GetConversionRank(Third); in getRank()
220 return Rank; in getRank()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4933 Metadata *Rank = nullptr; in parseDICompositeType() local
4935 Rank = ConstantAsMetadata::get(ConstantInt::getSigned( in parseDICompositeType()
4938 Rank = rank.getMDFieldValue(); in parseDICompositeType()
4947 Rank)) { in parseDICompositeType()
4960 Rank)); in parseDICompositeType()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsetupapi.d1332 DWORD Rank;
/netbsd-src/sys/dev/pci/
H A Dpcidevs5335 product INTEL XE55_IMC_CH0_RANK 0x2c22 Xeon 5500 IMC Channel 0 Rank
5339 product INTEL XE55_IMC_CH1_RANK 0x2c2a Xeon 5500 IMC Channel 1 Rank
5343 product INTEL XE55_IMC_CH2_RANK 0x2c32 Xeon 5500 IMC Channel 2 Rank
5358 product INTEL CORE_IMC_CH0_RANK 0x2ca2 Core i7-800 and i5-700 IMC Channel 0 Rank
5362 product INTEL CORE_IMC_CH1_RANK 0x2caa Core i7-800 and i5-700 IMC Channel 1 Rank
5382 product INTEL XE56_IMC_CH0_RANK 0x2da2 Xeon 5600 IMC Channel 0 Rank
5386 product INTEL XE56_IMC_CH1_RANK 0x2daa Xeon 5600 IMC Channel 1 Rank
5390 product INTEL XE56_IMC_CH2_RANK 0x2db2 Xeon 5600 IMC Channel 2 Rank
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20006285 * gdbtypes.c (rank_function): Rank all N parameters and use correct
6742 (rank_function): Rank function properly (was doing it wrong

12