Home
last modified time | relevance | path

Searched refs:CountType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp188 CountType(Info.CountType), in HardwareLoop()
203 Type *CountType = nullptr; member in __anon0a0047860111::HardwareLoop
270 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp396 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()
398 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp130 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2095 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()
2096 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1064 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local
1065 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
1070 << 2 << CountType in BuildObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h103 IntegerType *CountType = nullptr; member