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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h 151 Type *Ty = RdxDesc.getRecurrenceType();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 224 Type *getRecurrenceType() const { return RecurrenceType; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 4407 if (VF.isVector() && PhiTy != RdxDesc.getRecurrenceType()) {
4409 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF);
4470 if (PhiTy != RdxDesc.getRecurrenceType())
6246 RdxDesc.getRecurrenceType(),
6249 T = RdxDesc.getRecurrenceType();
7161 /*IsMLA=*/false, IsUnsigned, RdxDesc.getRecurrenceType(), ExtType,
7187 /*IsMLA=*/true, IsUnsigned, RdxDesc.getRecurrenceType(), ExtType,
7197 /*IsMLA=*/true, true, RdxDesc.getRecurrenceType(), VectorTy,
7856 if (RdxDesc.getRecurrenceType() != Phi->getType())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1529 Type *Ty = RdxDesc.getRecurrenceType();

Completed in 40 milliseconds