/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 213 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 229 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 236 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 242 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 279 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 295 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 317 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local 347 MVT ElemTy = VecTy.getVectorElementType(); in buildHvxVectorReg() local 588 MVT ElemTy = ty(VecV).getVectorElementType(); in extractHvxElementReg() local 631 MVT ElemTy = ty(VecV).getVectorElementType(); in insertHvxElementReg() local [all …]
|
D | HexagonISelLowering.h | 366 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
|
D | HexagonISelLowering.cpp | 816 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local 1912 MVT ElemTy = VT.getSimpleVT().getVectorElementType(); in getPreferredVectorAction() local 2130 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local 2159 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local 2242 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local 2548 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local 2606 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
|
D | HexagonTargetTransformInfo.cpp | 252 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
|
D | HexagonISelDAGToDAGHVX.cpp | 1334 MVT ElemTy = ResTy.getVectorElementType(); in scalarizeShuffle() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 494 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 580 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 608 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 643 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 648 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
D | DataLayout.cpp | 779 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
|
/external/llvm/lib/IR/ |
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()
|
D | DataLayout.cpp | 726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
|
/external/clang/lib/AST/ |
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
|
D | RecordLayoutBuilder.cpp | 442 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local 539 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 543 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 637 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 666 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 699 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/external/llvm/lib/ExecutionEngine/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 616 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 631 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 920 Type* ElemTy; in getConstantValue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 505 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 115 Type *ElemTy; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 145 Type *ElemTy = nullptr; member
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 783 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 726 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 773 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 557 auto *ElemTy = ST->getElementType(I); in transType() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1834 Type *ElemTy = GV->getValueType(); in processInternalGlobal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1760 Type* ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local
|