Home
last modified time | relevance | path

Searched refs:NElem (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h43 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ argument
184 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in isOverloaded() argument
267 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorElementType() argument
281 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorMinNumElements() argument
282 NElem, in getVectorMinNumElements()
286 unsigned NElem = NElemTable[SimpleTy - FIRST_VALUETYPE]; in getVectorMinNumElements() local
287 assert(NElem != 0 && "Not a vector MVT!"); in getVectorMinNumElements()
288 return NElem; in getVectorMinNumElements()
311 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getSizeInBits() argument
434 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getFloatingPointVT() argument
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DVTEmitter.cpp36 unsigned NElem = VT->getValueAsInt("nElem"); in vTtoGetLlvmTyString() local
40 << (Sz / (NElem * 8)) << "), " << NElem << ")"; in vTtoGetLlvmTyString()
137 int64_t NElem = IsVector ? VT->getValueAsInt("nElem") : 0; in run() local
168 << NElem << ", " in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp52 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getEnumName() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5604 unsigned NElem = SplitSize / EltSize; in legalizeLaneOp() local
5605 PartialResTy = Ty.changeElementCount(ElementCount::getFixed(NElem)); in legalizeLaneOp()
H A DSIISelLowering.cpp7881 unsigned NElem = VecVT.getVectorNumElements(); in lowerEXTRACT_VECTOR_ELT() local
7882 assert(isPowerOf2_32(NElem)); in lowerEXTRACT_VECTOR_ELT()
7883 SDValue IdxMask = DAG.getConstant(NElem / 2 - 1, SL, IdxVT); in lowerEXTRACT_VECTOR_ELT()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp581 for (unsigned ElemIdx = 0, NElem = VC->getNumElements(); ElemIdx < NElem; in cmpExcludesZero() local