Searched defs:VectorBits (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 309 unsigned VectorBits = NumElements.getFixedValue() * ElementBits; isLegalBroadcastLoad() local |
H A D | AArch64ISelLowering.cpp | 22633 SDValue VectorBits = vectorToScalarBitmask(VecOp.getNode(), DAG); combineBoolVectorAndTruncateStore() local |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZ.h | 154 const unsigned VectorBits = 128; variable |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.h | 798 computeVLMAX(unsigned VectorBits,unsigned EltSize,unsigned MinSize) computeVLMAX() argument |
H A D | RISCVTargetTransformInfo.cpp | 1114 const unsigned VectorBits = *getVScaleForTuning() * RISCV::RVVBitsPerBlock; getEstimatedVLFor() local |
/llvm-project/llvm/lib/Target/NVPTX/ | ||
H A D | NVPTXISelLowering.cpp | 5901 uint64_t VectorBits = VectorVT.getSizeInBits(); PerformEXTRACTCombine() local |