HomeSort by relevance Sort by last modified time
    Searched defs:getVectorVT (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 304 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
588 static MVT getVectorVT(MVT VT, unsigned NumElements) {
ValueTypes.h 68 /// getVectorVT - Returns the EVT that represents a vector NumElements in
70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) {
71 MVT M = MVT::getVectorVT(VT.V, NumElements);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
310 return EVT::getVectorVT(Context, EltVT, getVectorNumElements());
325 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
585 static MVT getVectorVT(MVT VT, unsigned NumElements) {
ValueTypes.h 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) {
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
973 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) {
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
973 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
585 static MVT getVectorVT(MVT VT, unsigned NumElements) {
ValueTypes.h 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) {
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-4393122/include/llvm/CodeGen/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) {
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
973 return getVectorVT(VT, EC.Min);
    [all...]
ValueTypes.h 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements,
72 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
82 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) {
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/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) {
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
973 return getVectorVT(VT, EC.Min);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 404 return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);
    [all...]

Completed in 609 milliseconds

1 2