Home
last modified time | relevance | path

Searched refs:Promotable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp131 PHINodeSet Promotable; in getPromotablePHINodes() local
137 Promotable.insert(P); in getPromotablePHINodes()
140 for (const PHINode *P : Promotable) { in getPromotablePHINodes()
158 auto IsPromotable = [&Promotable] (const Value *V) -> bool { in getPromotablePHINodes()
160 return !Phi || Promotable.count(Phi); in getPromotablePHINodes()
164 Promotable.erase(User); in getPromotablePHINodes()
167 for (const PHINode *P : Promotable) { in getPromotablePHINodes()
177 return Promotable; in getPromotablePHINodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4343 bool Promotable = true; in rewritePartition() local
4345 Promotable &= Rewriter.visit(S); in rewritePartition()
4349 Promotable &= Rewriter.visit(&S); in rewritePartition()
4360 Promotable = false; in rewritePartition()
4368 Promotable = false; in rewritePartition()
4374 if (Promotable) { in rewritePartition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6395 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType()
6396 assert(!Promotable.isNull()); in getPromotedIntegerType()
6397 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
6398 if (const auto *ET = Promotable->getAs<EnumType>()) in getPromotedIntegerType()
6401 if (const auto *BT = Promotable->getAs<BuiltinType>()) { in getPromotedIntegerType()
6429 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()
6431 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()
6433 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
H A Dcvs.texinfo2166 @c <en>Promotable read locks are a concept you may not find in other literature on
2174 Promotable read locks are a concept you may not find in other literature on
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvs.texinfo1346 Promotable read locks are a concept you may not find in other literature on