Home
last modified time | relevance | path

Searched refs:Largest (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp317 llvm::SmallVectorImpl<float> &Largest, size_t Pos,
329 llvm::SmallVectorImpl<float> &Largest, size_t Pos,
602 llvm::SmallVectorImpl<float> &Largest, size_t Pos, in loadInterferenceFeatures() argument
661 extractFeatures(InterferingIntervals, Largest, Pos, IsHint, LocalIntfs, in loadInterferenceFeatures()
698 FeaturesListNormalizer Largest(FeatureIDs::FeatureCount, 0.0); in tryFindEvictionCandidate() local
716 Largest, Pos, LRPosInfo)) { in tryFindEvictionCandidate()
731 extractFeatures(SmallVector<const LiveInterval *, 1>(1, &VirtReg), Largest, in tryFindEvictionCandidate()
766 for (auto &V : Largest) in tryFindEvictionCandidate()
773 Runner->getTensor<float>(FeatureIndex)[Pos] /= Largest[FeatureIndex]; in tryFindEvictionCandidate()
848 llvm::SmallVectorImpl<float> &Largest, size_t Pos, int64_t IsHint, in extractFeatures() argument
[all …]
H A DTargetLoweringObjectFileImpl.cpp1654 case Comdat::Largest: in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp54 case Comdat::Largest: in LLVMGetComdatSelectionKind()
74 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
H A DInstructions.cpp2210 int Largest = -1; in isReplicationMask() local
2215 if (MaskElt < Largest) in isReplicationMask()
2217 Largest = std::max(Largest, MaskElt); in isReplicationMask()
H A DAsmWriter.cpp4916 case Comdat::Largest: in print()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp160 Dst == Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
162 Src == Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
164 if (Dst == Comdat::SelectionKind::Largest || in computeResultingSelectionKind()
165 Src == Comdat::SelectionKind::Largest) in computeResultingSelectionKind()
166 Result = Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
185 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
202 } else if (Result == Comdat::SelectionKind::Largest) { in computeResultingSelectionKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def70 HANDLE_DI_FLAG((1 << 29), Largest)
98 HANDLE_DISP_FLAG((1 << 11), Largest)
H A DComdat.h38 Largest, ///< The linker will choose the largest COMDAT. enumerator
/freebsd/usr.bin/top/
H A Dtop.h18 #define Largest 0x7fffffff macro
H A Dtop.c556 topn = smart_terminal ? Largest : in main()
557 (topn_specified ? Largest : Nominal_TOPN); in main()
H A Ddisplay.c153 return(smart_terminal ? lines : Largest); in display_resize()
/freebsd/crypto/openssl/crypto/
H A DREADME-sparse_array.md36 | Largest Added Index | Height of Tree |
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp535 case Comdat::Largest: in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td12 /// On the SiFive7, the worst case LMUL is the Largest LMUL
20 /// MxList. On the SiFive7, the worst case LMUL is the Largest LMUL
H A DRISCVSchedSiFiveP600.td12 /// On the SiFiveP600, the worst case LMUL is the Largest LMUL
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp850 case Comdat::Largest: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2061 case Comdat::Largest: in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1928 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1322 case Comdat::Largest: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1376 return Comdat::Largest; in getDecodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp897 SK = Comdat::Largest; in parseComdat()