Home
last modified time | relevance | path

Searched defs:VectorBits (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Transforms/
H A DVectorize.h30 unsigned VectorBits; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
H A DVectorize.h28 unsigned VectorBits; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/
H A DVectorize.h28 unsigned VectorBits; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h294 unsigned VectorBits = NumElements.getFixedValue() * ElementBits; in isLegalBroadcastLoad() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZ.h138 const unsigned VectorBits = 128; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZ.h153 const unsigned VectorBits = 128; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZ.h154 const unsigned VectorBits = 128; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h582 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX()
H A DRISCVTargetTransformInfo.cpp994 const unsigned VectorBits = *getVScaleForTuning() * RISCV::RVVBitsPerBlock; in getEstimatedVLFor() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp80 VectorBits("bb-vectorize-vector-bits", cl::init(128), cl::Hidden, variable