HomeSort by: relevance | last modified time | path
    Searched defs:MVE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.cpp 409 auto MVE = llvm::find(llvm::reverse(F), "+mve");
410 auto NoMVE = llvm::find(llvm::reverse(F), "-mve");
411 return MVE != F.rend() &&
412 (NoMVE == F.rend() || std::distance(MVE, NoMVE) > 0);
606 Features.insert(Features.end(), {"-dotprod", "-fp16fml", "-bf16", "-mve",
607 "-mve.fp", "-fpregs"});
612 // -mfloat-abi=soft, only that it should not disable MVE-I. They disable the
613 // FPU, but not the FPU registers, thus MVE-I, which depends only on the
616 {"-dotprod", "-fp16fml", "-bf16", "-mve.fp"})
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 12 // to the MVE instruction set, including the scalar shifts as well as the
15 // MVE's standard intrinsic functions are unusual in that they have a system of
42 // same name, and then declare all the user-facing MVE function names with that
56 // description for an MVE intrinsic has to contain a full description of the
94 // type is floating-point related (hence should be under #ifdef in the MVE
95 // header so that it isn't included in integer-only MVE mode); and the type's
110 // Vector is used for anything that occupies exactly one MVE vector
204 // itself a pointer. The MVE intrinsics don't contain any double
331 // automatic code generation for the MVE intrinsics that use it: the {vld2,
561 // There are aggregate parameters in the MVE intrinsics API, but we don't dea
    [all...]

Completed in 19 milliseconds