/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 221 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 237 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 244 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 250 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 287 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 303 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 325 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local 355 MVT ElemTy = VecTy.getVectorElementType(); in buildHvxVectorReg() local 666 MVT ElemTy = ty(VecV).getVectorElementType(); in extractHvxElementReg() local 709 MVT ElemTy = ty(VecV).getVectorElementType(); in insertHvxElementReg() local [all …]
|
H A D | HexagonISelLowering.cpp | 873 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local 931 MVT ElemTy = OpTy.getVectorElementType(); in LowerVSELECT() local 1927 MVT ElemTy = VT.getVectorElementType(); in getPreferredVectorAction() local 2155 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local 2184 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local 2267 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local 2591 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local 2649 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
|
H A D | HexagonISelLowering.h | 388 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 41 MVT ElemTy = Ty.getScalarType(); in getIEEEProperties() local 408 for (MVT ElemTy : Subtarget.getHVXElementTypes()) { in initializeHVXLowering() local 443 MVT ElemTy = VecTy.getVectorElementType(); in getPreferredHvxVectorAction() local 509 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 525 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 532 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 538 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 716 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 732 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 754 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local [all …]
|
H A D | HexagonISelLowering.cpp | 1037 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local 1095 MVT ElemTy = OpTy.getVectorElementType(); in LowerVSELECT() local 2178 MVT ElemTy = VT.getVectorElementType(); in getPreferredVectorAction() local 2464 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local 2493 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local 2584 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local 2896 MVT ElemTy = ty(Hi); in getCombine() local 2979 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local 3034 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
|
H A D | HexagonSubtarget.cpp | 192 MVT ElemTy = VecTy.getSimpleVT().getVectorElementType(); in isHVXVectorType() local 238 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); in isTypeForHVX() local
|
H A D | HexagonVectorCombine.cpp | 573 Type *ElemTy = PtrTy->getNonOpaquePointerElementType(); in createAdjustedPointer() local 1310 auto *ElemTy = cast<IntegerType>(VecTy->getElementType()); in processFxpMul() local 1796 auto HexagonVectorCombine::getHvxTy(Type *ElemTy, bool Pair) const in getHvxTy() 1864 Type *ElemTy = VecTy->getElementType(); in getConstSplat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 511 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 599 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 628 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 663 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 668 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Type.cpp | 530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 694 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Type.cpp | 590 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 652 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 677 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 780 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 786 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
H A D | DataLayout.cpp | 886 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() 935 std::optional<APInt> DataLayout::getGEPIndexForOffset(Type *&ElemTy, in getGEPIndexForOffset() 965 SmallVector<APInt> DataLayout::getGEPIndicesForOffset(Type *&ElemTy, in getGEPIndicesForOffset()
|
H A D | TypedPointerType.cpp | 39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | APValue.cpp | 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local 427 QualType ElemTy; in printPretty() local 476 QualType ElemTy = AT->getElementType(); in printPretty() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 606 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 624 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 916 Type* ElemTy; in getConstantValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 615 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 630 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 919 Type* ElemTy; in getConstantValue() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 613 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 628 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 914 Type* ElemTy; in getConstantValue() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 35 static bool isVectorLaneType(llvm::Type &ElemTy) { in isVectorLaneType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SITypeRewriter.cpp | 77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1553 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument 1710 Type *ElemTy = nullptr; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 180 Type *ElemTy = PtrTy->getNonOpaquePointerElementType(); in findPointer() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 2283 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument 2440 Type *ElemTy = nullptr; member
|