Searched refs:CountType (Results 1 – 6 of 6) sorted by relevance
188 CountType(Info.CountType), in HardwareLoop()203 Type *CountType = nullptr; member in __anon0a0047860111::HardwareLoop270 HWLoopInfo.CountType = in TryConvertLoop()275 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()388 ExitCount->getType() != CountType) in InitLoopCount()389 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType); in InitLoopCount()391 ExitCount = SE.getAddExpr(ExitCount, SE.getOne(CountType)); in InitLoopCount()422 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
396 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()398 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
130 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
2095 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()2096 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
1064 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local1065 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()1070 << 2 << CountType in BuildObjCDictionaryLiteral()
103 IntegerType *CountType = nullptr; member