Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp213 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 …]
DHexagonISelLowering.h366 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
DHexagonISelLowering.cpp816 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
DHexagonTargetTransformInfo.cpp252 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
DHexagonISelDAGToDAGHVX.cpp1334 MVT ElemTy = ResTy.getVectorElementType(); in scalarizeShuffle() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp494 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()
DDataLayout.cpp779 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
/external/llvm/lib/IR/
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()
DDataLayout.cpp726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
/external/clang/lib/AST/
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
DRecordLayoutBuilder.cpp442 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local
539 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp543 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/
DSITypeRewriter.cpp77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp613 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/
DExecutionEngine.cpp616 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/
DEvaluator.cpp505 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp115 Type *ElemTy; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp145 Type *ElemTy = nullptr; member
/external/clang/lib/CodeGen/
DCGExprConstant.cpp783 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp726 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp773 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp557 auto *ElemTy = ST->getElementType(I); in transType() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1834 Type *ElemTy = GV->getValueType(); in processInternalGlobal() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1760 Type* ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local

12