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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InjectTLIMappings.cpp 114 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h 245 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeSize.h 341 static bool isKnownLE(const LinearPolySize &LHS, const LinearPolySize &RHS) {
MachineValueType.h 1062 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 589 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2)
592 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2)
LoopVectorize.cpp 5717 if (ElementCount::isKnownLE(UserVF, MaxSafeUserVF))
5947 ElementCount::isKnownLE(TripCountEC, MaxVectorElementCount) &&
5970 ElementCount::isKnownLE(VS, MaxVectorElementCountMaxBW); VS *= 2)
6052 for (auto i = ElementCount::getFixed(2); ElementCount::isKnownLE(i, MaxVF);
7967 bool UserVFIsLegal = ElementCount::isKnownLE(UserVF, MaxUserVF);
7987 ElementCount::isKnownLE(VF, MaxVF); VF *= 2) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 5275 if (TypeSize::isKnownLE(LdWidth, NewVTWidth)) {
SelectionDAGBuilder.cpp 622 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) ||

Completed in 35 milliseconds