Searched refs:CountType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 585 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : in convertToCTRLoop() local 588 ExitCount->getType() != CountType) in convertToCTRLoop() 589 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType); in convertToCTRLoop() 590 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType)); in convertToCTRLoop() 592 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator()); in convertToCTRLoop() 597 CountType); in convertToCTRLoop()
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsConsumer.cpp | 325 CountType(it->getType().getTypePtr(), in CheckCtorDtorWeight() 630 void FindBadConstructsConsumer::CountType(const Type* type, in CountType() function in chrome_checker::FindBadConstructsConsumer 670 CountType(dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(), in CountType() 680 CountType(type, in CountType()
|
D | FindBadConstructsConsumer.h | 89 void CountType(const clang::Type* type,
|
/external/v8/src/ |
D | type-info.h | 89 AstType* CountType(TypeFeedbackId id, FeedbackVectorSlot slot);
|
D | type-info.cc | 367 AstType* TypeFeedbackOracle::CountType(TypeFeedbackId id, in CountType() function in v8::internal::TypeFeedbackOracle
|
/external/v8/src/crankshaft/ |
D | typing.cc | 612 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId(), in VisitCountOperation()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 985 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local 986 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral() 991 << 2 << CountType in BuildObjCDictionaryLiteral()
|