/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 317 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 D | TargetLoweringObjectFileImpl.cpp | 1654 case Comdat::Largest: in getSelectionForCOFF()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Comdat.cpp | 54 case Comdat::Largest: in LLVMGetComdatSelectionKind() 74 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
|
H A D | Instructions.cpp | 2210 int Largest = -1; in isReplicationMask() local 2215 if (MaskElt < Largest) in isReplicationMask() 2217 Largest = std::max(Largest, MaskElt); in isReplicationMask()
|
H A D | AsmWriter.cpp | 4916 case Comdat::Largest: in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 160 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 D | DebugInfoFlags.def | 70 HANDLE_DI_FLAG((1 << 29), Largest) 98 HANDLE_DISP_FLAG((1 << 11), Largest)
|
H A D | Comdat.h | 38 Largest, ///< The linker will choose the largest COMDAT. enumerator
|
/freebsd/usr.bin/top/ |
H A D | top.h | 18 #define Largest 0x7fffffff macro
|
H A D | top.c | 556 topn = smart_terminal ? Largest : in main() 557 (topn_specified ? Largest : Nominal_TOPN); in main()
|
H A D | display.c | 153 return(smart_terminal ? lines : Largest); in display_resize()
|
/freebsd/crypto/openssl/crypto/ |
H A D | README-sparse_array.md | 36 | Largest Added Index | Height of Tree |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 535 case Comdat::Largest: in dumpSymtab()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSiFive7.td | 12 /// 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 D | RISCVSchedSiFiveP600.td | 12 /// On the SiFiveP600, the worst case LMUL is the Largest LMUL
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 850 case Comdat::Largest: in getEncodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2061 case Comdat::Largest: in shouldInstrumentGlobal()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1928 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1322 case Comdat::Largest: in getEncodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1376 return Comdat::Largest; in getDecodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 897 SK = Comdat::Largest; in parseComdat()
|