HomeSort by: relevance | last modified time | path
    Searched refs:CountType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 191 CountType(Info.CountType),
206 Type *CountType = nullptr;
273 HWLoopInfo.CountType =
278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement);
414 Value *Count = SCEVE.expandCodeFor(TripCount, CountType,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 124 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth())
172 if (!EC->getType()->isPointerTy() && EC->getType() != CountType)
173 TripCount = SE.getZeroExtendExpr(TripCount, CountType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 783 HWLoopInfo.CountType = TM.isPPC64() ?
785 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1936 HWLoopInfo.CountType = Type::getInt32Ty(C);
1937 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1066 QualType CountType = Method->parameters()[2]->getType();
1067 if (!CountType->isIntegerType()) {
1072 << 2 << CountType
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 101 IntegerType *CountType = nullptr;

Completed in 66 milliseconds