Searched refs:ElemTy (Results 26 - 42 of 42) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5965 QualType ElemTy = VLATy->getElementType();
5966 if (ElemTy->isVariablyModifiedType()) {
5967 ElemTy = TryToFixInvalidVariablyModifiedType(ElemTy, Context,
5969 if (ElemTy.isNull())
5988 (!ElemTy->isDependentType() && !ElemTy->isVariablyModifiedType() &&
5989 !ElemTy->isIncompleteType() && !ElemTy->isUndeducedType())
5990 ? ConstantArrayType::getNumAddressingBits(Context, ElemTy, Re
9948 QualType ElemTy = PipeTy->getElementType(); local
[all...]
H A DSemaExprCXX.cpp1485 QualType ElemTy = Ty; local
1490 ElemTy = Context.getBaseElementType(Ty);
1503 RequireCompleteType(TyBeginLoc, ElemTy,
H A DSemaExpr.cpp7650 QualType ElemTy = VTy->getElementType(); local
7654 Literal = ImpCastExprToType(Literal.get(), ElemTy,
7655 PrepareScalarCast(Literal, ElemTy));
7672 QualType ElemTy = VTy->getElementType(); local
7676 Literal = ImpCastExprToType(Literal.get(), ElemTy,
7677 PrepareScalarCast(Literal, ElemTy));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1474 Type *ElemTy = GV->getValueType();
1476 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp4126 QualType ElemTy = CurField->getType();
4129 Src, CGF.ConvertTypeForMem(CGFContext.getPointerType(ElemTy)));
4132 CGFContext.getPointerType(ElemTy),
4136 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(),
H A DCGDecl.cpp1071 llvm::Type *ElemTy = ArrayTy->getElementType();
1075 OpValue = llvm::Constant::getNullValue(ElemTy);
1086 if (NewElemTy == ElemTy)
H A DCGDebugInfo.cpp750 llvm::DIType *ElemTy = local
753 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy,
809 llvm::DIType *ElemTy = local
813 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy,
H A DCodeGenModule.cpp5274 llvm::Type *ElemTy = AType->getElementType(); local
5278 if (ElemTy->getPrimitiveSizeInBits() == 16) {
5288 assert(ElemTy->getPrimitiveSizeInBits() == 32);
H A DCGExpr.cpp1033 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); local
1034 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp838 Constant *StripPtrCastKeepAS(Constant *Ptr, Type *&ElemTy) { argument
844 ElemTy = NewPtrTy->getPointerElementType();
848 NewPtrTy = ElemTy->getPointerTo(OldPtrTy->getAddressSpace());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2160 QualType ElemTy = Context->getBaseElementType(T); local
2161 return needToScanForQualifiers(ElemTy);
3647 QualType ElemTy = Context->getBaseElementType(Type); local
3648 return RewriteObjCFieldDeclType(ElemTy, Result);
H A DRewriteObjC.cpp2078 QualType ElemTy = Context->getBaseElementType(T); local
2079 return needToScanForQualifiers(ElemTy);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2584 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \
2585 VarName##Ty = ArrayType::get(ElemTy, ArraySize); \
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp402 void addUnsizedArrayUnchecked(QualType ElemTy) { argument
405 MostDerivedType = ElemTy;
1662 void addUnsizedArray(EvalInfo &Info, const Expr *E, QualType ElemTy) { argument
1671 Designator.addUnsizedArrayUnchecked(ElemTy);
13833 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType();
13834 if (ElemTy->isRealFloatingType()) {
13836 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));
13841 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp167 MVT ElemTy = VT.getVectorElementType(); local
168 if (ElemTy != MVT::f64)
172 if (ElemTy == MVT::i32) {
6171 EVT ElemTy = VT.getVectorElementType(); local
6173 if (ElemTy == MVT::i8) {
6176 DAG.getTargetConstant(1, dl, ElemTy));
6181 if ((ElemTy == MVT::i16 || ElemTy == MVT::i32) &&
6184 unsigned NumBits = ElemTy.getSizeInBits();
6187 DAG.getTargetConstant(NumBits - 1, dl, ElemTy));
11969 EVT ElemTy = N00.getValueType().getVectorElementType(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5007 auto *ElemTy = Call.getType()->getScalarType(); local
5008 Assert(ElemTy->isIntegerTy(1), "get_active_lane_mask: element type is not "
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13573 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); local
13574 unsigned ElemBits = ElemTy.getSizeInBits();

Completed in 933 milliseconds

12