Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp205 CountType(Info.CountType), in HardwareLoop()
221 Type *CountType = nullptr; member in __anon3d0d820f0111::HardwareLoop
331 HWLoopInfo.CountType = IntegerType::get(Ctx, Opts.Bitwidth.value()); in TryConvertLoop()
336 ConstantInt::get(HWLoopInfo.CountType, Opts.Decrement.value()); in TryConvertLoop()
449 ExitCount->getType() != CountType) in InitLoopCount()
450 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType); in InitLoopCount()
452 ExitCount = SE.getAddExpr(ExitCount, SE.getOne(CountType)); in InitLoopCount()
484 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp397 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()
399 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp122 CountType = Type::getInt32Ty(L->getHeader()->getContext()); in HardwareLoopInfo()
123 LoopDecrement = ConstantInt::get(CountType, 1); in HardwareLoopInfo()
150 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h105 IntegerType *CountType = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1066 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local
1067 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
1072 << 2 << CountType in BuildObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2356 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()
2357 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()