Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp275 MVT ElemTy = VecTy.getVectorElementType(); in getPreferredHvxVectorAction() local
326 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local
342 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local
349 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local
461 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local
491 MVT ElemTy = VecTy.getVectorElementType(); in buildHvxVectorReg() local
915 MVT ElemTy = VecTy.getVectorElementType(); in extractHvxSubvectorReg() local
1024 MVT ElemTy = VecTy.getVectorElementType(); in insertHvxSubvectorReg() local
1387 MVT ElemTy = SrcTy.getVectorElementType(); in LowerHvxExtractSubvector() local
1404 MVT ElemTy = VecTy.getVectorElementType(); in LowerHvxInsertSubvector() local
[all …]
H A DHexagonSubtarget.cpp142 MVT ElemTy = VecTy.getVectorElementType(); in isHVXVectorType() local
186 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); in isTypeForHVX() local
H A DHexagonISelLowering.h397 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
H A DHexagonISelLowering.cpp1040 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local
1098 MVT ElemTy = OpTy.getVectorElementType(); in LowerVSELECT() local
2105 MVT ElemTy = VT.getVectorElementType(); in getPreferredVectorAction() local
2332 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local
2361 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local
2443 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local
2788 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local
2846 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
H A DHexagonTargetTransformInfo.cpp308 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
H A DHexagonVectorCombine.cpp443 Type *ElemTy = cast<PointerType>(Ptr->getType())->getElementType(); in createAdjustedPointer() local
1226 Type *ElemTy = cast<VectorType>(Ty)->getElementType(); in createHvxIntrinsic() local
H A DHexagonISelDAGToDAGHVX.cpp1421 MVT ElemTy = ResTy.getVectorElementType(); in scalarizeShuffle() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp126 QualType ElemTy = PD->getType()->castAs<PointerType>()->getPointeeType(); in getOrCreateDummy() local
307 QualType ElemTy = ArrayType->getElementType(); in createDescriptor() local
359 PrimType ElemTy = *Ctx.classify(CT->getElementType()); in createDescriptor() local
H A DEvalEmitter.cpp173 QualType ElemTy = AT->getElementType(); in emitRetValue() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp548 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType()
610 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType()
635 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType()
732 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
739 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
H A DDataLayout.cpp875 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp158 ArrayRef<LValuePathEntry> Path, QualType ElemTy) in LValuePathSerializationHelper()
663 QualType ElemTy = Ty->castAs<VectorType>()->getElementType(); in printPretty() local
744 QualType ElemTy = Base.getType(); in printPretty() local
796 QualType ElemTy = AT->getElementType(); in printPretty() local
H A DRecordLayoutBuilder.cpp443 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local
547 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp728 QualType ElemTy = ArrayTy->getElementType(); in evalCastSubKind() local
781 QualType ElemTy = ArrayTy->getElementType(); in evalCastSubKind() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h787 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp528 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp173 Type *ElemTy = nullptr; member
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp329 llvm::Type *ElemTy = in split() local
634 llvm::Type *ElemTy = Emitter.CGM.getTypes().ConvertTypeForMem(ElemType); in EmitDesignatedInitUpdater() local
H A DCGDecl.cpp1071 llvm::Type *ElemTy = ArrayTy->getElementType(); in constWithPadding() local
H A DCGDebugInfo.cpp750 llvm::DIType *ElemTy = in CreateType() local
809 llvm::DIType *ElemTy = in CreateType() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp838 Constant *StripPtrCastKeepAS(Constant *Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1474 Type *ElemTy = GV->getValueType(); in processInternalGlobal() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2160 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
3647 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2584 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument

12