Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp191 CountType(Info.CountType), in HardwareLoop()
206 Type *CountType = nullptr; member in __anon01f6a13a0111::HardwareLoop
273 HWLoopInfo.CountType = in TryConvertLoop()
278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()
414 Value *Count = SCEVE.expandCodeFor(TripCount, CountType, in InitLoopCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp124 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
172 if (!EC->getType()->isPointerTy() && EC->getType() != CountType) in isHardwareLoopCandidate()
173 TripCount = SE.getZeroExtendExpr(TripCount, CountType); in isHardwareLoopCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp783 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()
785 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1936 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()
1937 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h101 IntegerType *CountType = nullptr; member