Searched defs:getVectorVT (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineValueType.h302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
585 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { function in struct:llvm::EVT
71 MVT M = MVT::getVectorVT(VT.V, NumElements);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
304 return EVT::getVectorVT(Context, EltVT, getVectorNumElements());
319 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineValueType.h302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
585 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { function in struct:llvm::EVT
71 MVT M = MVT::getVectorVT(VT.V, NumElements);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
304 return EVT::getVectorVT(Context, EltVT, getVectorNumElements());
319 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
973 return getVectorVT(VT, EC.Min);
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
83 MVT M = MVT::getVectorVT(VT.V, EC);
102 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
343 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
353 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
368 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
973 return getVectorVT(VT, EC.Min);
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
83 MVT M = MVT::getVectorVT(VT.V, EC);
102 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
343 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
353 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
368 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
973 return getVectorVT(VT, EC.Min);
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
83 MVT M = MVT::getVectorVT(VT.V, EC);
102 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
343 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
353 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
368 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
973 return getVectorVT(VT, EC.Min);
H A DValueTypes.h70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
83 MVT M = MVT::getVectorVT(VT.V, EC);
102 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
343 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
353 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
368 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { function in struct:llvm::EVT
86 MVT M = MVT::getVectorVT(VT.V, EC);
105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(),
345 return EVT::getVectorVT(Context, EltVT, getVectorElementCount());
355 return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
370 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts,
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineValueType.h404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { function
972 return getVectorVT(VT, EC.Min);

Completed in 811 milliseconds

12