Home
last modified time | relevance | path

Searched refs:SubKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp441 TBDKey SubKey, in getLibSection() argument
462 collectFromArray(SubKey, Obj, [&Result, &MappedTargets](StringRef Key) { in getLibSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5149 hash_code SubKey = hash_value(0); in generateKeySubkey() local
5156 Key = SubKey = hash_value(LI); in generateKeySubkey()
5175 SubKey = hash_combine( in generateKeySubkey()
5186 SubKey = hash_combine(OpVals.first, SubKey); in generateKeySubkey()
5214 SubKey = hash_value(Gep); in generateKeySubkey()
5218 SubKey = hash_value(I); in generateKeySubkey()
5220 SubKey = hash_value(I->getOpcode()); in generateKeySubkey()
5224 return std::make_pair(Key, SubKey); in generateKeySubkey()
14358 return SubKey; in matchAssociativeReduction()
14362 hash_code SubKey = in matchAssociativeReduction() local
[all …]