Home
last modified time | relevance | path

Searched defs:ElemTy (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp221 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 DHexagonISelLowering.cpp873 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 DHexagonISelLowering.h388 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 DHexagonISelLoweringHVX.cpp41 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 DHexagonISelLowering.cpp1037 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 DHexagonSubtarget.cpp192 MVT ElemTy = VecTy.getSimpleVT().getVectorElementType(); in isHVXVectorType() local
238 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); in isTypeForHVX() local
H A DHexagonVectorCombine.cpp573 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 DType.cpp511 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 DType.cpp530 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 DType.cpp590 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 DDataLayout.cpp886 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 DTypedPointerType.cpp39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
/aosp_15_r20/external/clang/lib/AST/
H A DAPValue.cpp360 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 DExecutionEngine.cpp606 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 DExecutionEngine.cpp615 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 DExecutionEngine.cpp613 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/
DGetElementPtrTypeIterator.h156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h35 static bool isVectorLaneType(llvm::Type &ElemTy) { in isVectorLaneType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DGetElementPtrTypeIterator.h156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGetElementPtrTypeIterator.h156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1553 #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 DRandomIRBuilder.cpp180 Type *ElemTy = PtrTy->getNonOpaquePointerElementType(); in findPointer() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h2283 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2440 Type *ElemTy = nullptr; member

1234