Searched defs:Largest (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ |
H A D | Comdat.h | 38 Largest, ///< The linker will choose the largest COMDAT. enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocEvictAdvisor.cpp | 600 loadInterferenceFeatures(const LiveInterval & VirtReg,MCRegister PhysReg,bool IsHint,const SmallVirtRegSet & FixedRegisters,llvm::SmallVectorImpl<float> & Largest,size_t Pos,llvm::SmallVectorImpl<LRStartEndInfo> & LRPosInfo) const loadInterferenceFeatures() argument 696 FeaturesListNormalizer Largest(FeatureIDs::FeatureCount, 0.0); tryFindEvictionCandidate() local 846 extractFeatures(const SmallVectorImpl<const LiveInterval * > & Intervals,llvm::SmallVectorImpl<float> & Largest,size_t Pos,int64_t IsHint,int64_t LocalIntfsCount,float NrUrgent,SmallVectorImpl<LRStartEndInfo> & LRPosInfo) const extractFeatures() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2210 int Largest = -1; isReplicationMask() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 3946 APFloat Largest = APFloat::getLargest(APFloat::IEEEdouble(), false); TEST() local [all...] |