Searched refs:NSI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 809 SelectLike NSI = SelectLike::match(NI); in collectSelectGroups() local 810 if (NSI && SI.getCondition() == NSI.getCondition()) { in collectSelectGroups() 811 SIGroup.push_back(NSI); in collectSelectGroups() 812 } else if (NSI && match(NSI.getCondition(), in collectSelectGroups() 814 NSI.setInverted(); in collectSelectGroups() 815 SIGroup.push_back(NSI); in collectSelectGroups()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1283 StoreInst *NSI = in TryToShrinkGlobalToBoolean() local 1286 NSI->setDebugLoc(SI->getDebugLoc()); in TryToShrinkGlobalToBoolean() 1293 Instruction *NSI; in TryToShrinkGlobalToBoolean() local 1295 NSI = new ZExtInst(NLI, LI->getType(), "", LI->getIterator()); in TryToShrinkGlobalToBoolean() 1297 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI->getIterator()); in TryToShrinkGlobalToBoolean() 1298 NSI->takeName(LI); in TryToShrinkGlobalToBoolean() 1302 NSI->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean() 1303 LI->replaceAllUsesWith(NSI); in TryToShrinkGlobalToBoolean()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1290 StoreInst *NSI = Builder.CreateStore(NewElement, GEP); in foldSingleElementStore() local 1291 NSI->copyMetadata(*SI); in foldSingleElementStore() 1295 NSI->setAlignment(ScalarOpAlignment); in foldSingleElementStore() 1296 replaceValue(I, *NSI); in foldSingleElementStore()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4720 for (const auto &NSI : Namespaces) { in performQualifiedLookups() local 4721 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups() 4722 const Type *NSType = NSI.NameSpecifier->getAsType(); in performQualifiedLookups() 4736 TC.setCorrectionSpecifier(NSI.NameSpecifier); in performQualifiedLookups() 4737 TC.setQualifierDistance(NSI.EditDistance); in performQualifiedLookups()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 14914 0d69 NSI
|