Searched refs:CountType (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp191 CountType(Info.CountType),
206 Type *CountType = nullptr; member in class:__anon3478::HardwareLoop
275 HWLoopInfo.CountType =
280 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement);
387 ExitCount->getType() != CountType)
388 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType);
390 ExitCount = SE.getAddExpr(ExitCount, SE.getOne(CountType));
414 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp362 DISubrange::CountType DISubrange::getCount() const {
364 return CountType();
367 return CountType(cast<ConstantInt>(MD->getValue()));
370 return CountType(DV);
372 return CountType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp566 HWLoopInfo.CountType = TM.isPPC64() ?
568 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1364 HWLoopInfo.CountType = Type::getInt32Ty(C);
1365 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp172 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1066 QualType CountType = Method->parameters()[2]->getType(); local
1067 if (!CountType->isIntegerType()) {
1072 << 2 << CountType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h94 IntegerType *CountType = nullptr; member in struct:llvm::HardwareLoopInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h337 typedef PointerUnion<ConstantInt*, DIVariable*> CountType; typedef in class:llvm::DISubrange
340 CountType getCount() const;

Completed in 300 milliseconds