/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
H A D | MachineValueType.h | 302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); 585 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
|
H A D | ValueTypes.h | 70 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 D | MachineValueType.h | 302 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); 585 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
|
H A D | ValueTypes.h | 70 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 70 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 70 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 70 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 70 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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 D | ValueTypes.h | 73 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 D | MachineValueType.h | 404 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);
|