Searched refs:Ty (Results 176 - 200 of 340) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp181 containsPointerType(Type *Ty) argument
183 if (!Ty) {
186 switch(Ty->getTypeID()) {
190 const StructType *ST = dyn_cast<StructType>(Ty);
202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType());
948 Type* Ty = inst->getType(); local
951 Ty = inst->getType();
954 Ty = sinst->getValueOperand()->getType();
958 unsigned size = getTypeSize(Ty);
962 if (!Ty
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp181 containsPointerType(Type *Ty) argument
183 if (!Ty) {
186 switch(Ty->getTypeID()) {
190 const StructType *ST = dyn_cast<StructType>(Ty);
202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType());
948 Type* Ty = inst->getType(); local
951 Ty = inst->getType();
954 Ty = sinst->getValueOperand()->getType();
958 unsigned size = getTypeSize(Ty);
962 if (!Ty
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp982 GenericValue *Ptr, Type *Ty) {
983 const unsigned StoreBytes = getDataLayout()->getTypeStoreSize(Ty);
985 switch (Ty->getTypeID()) {
987 dbgs() << "Cannot store value of type " << *Ty << "!\n";
1010 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy())
1012 if (cast<VectorType>(Ty)->getElementType()->isFloatTy())
1014 if (cast<VectorType>(Ty)->getElementType()->isIntegerTy()) {
1059 Type *Ty) {
1060 const unsigned LoadBytes = getDataLayout()->getTypeStoreSize(Ty);
1062 switch (Ty
981 StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) argument
1057 LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) argument
1113 OS << "Cannot load value of type " << *Ty << "!"; local
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp88 QualType Ty = Context.getObjCConstantStringInterface();
89 if (!Ty.isNull()) {
90 Ty = Context.getObjCObjectPointerType(Ty);
104 Ty = Context.getObjCConstantStringInterface();
105 Ty = Context.getObjCObjectPointerType(Ty);
111 Ty = Context.getObjCIdType();
119 Ty = Context.getObjCConstantStringInterface();
120 Ty
720 QualType Ty local
903 QualType Ty local
1017 QualType Ty = Context.getObjCSelType(); local
1033 QualType Ty = Context.getObjCProtoType(); local
[all...]
H A DSemaDeclAttr.cpp65 QualType Ty; local
67 Ty = decl->getType();
69 Ty = decl->getType();
71 Ty = decl->getUnderlyingType();
75 if (Ty->isFunctionPointerType())
76 Ty = Ty->getAs<PointerType>()->getPointeeType();
77 else if (blocksToo && Ty->isBlockPointerType())
78 Ty = Ty
107 QualType Ty = V->getType(); local
375 checkForLockableRecord(Sema &S, Decl *D, const AttributeList &Attr, QualType Ty) argument
2564 QualType Ty = V->getType(); local
2921 QualType Ty = S.Context.getPointerType(VD->getType()); local
2927 Attr.getParameterName() << ParamTy << Ty; local
3171 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx); local
3467 QualType Ty; local
[all...]
H A DSemaExpr.cpp443 QualType Ty = E->getType(); local
444 assert(!Ty.isNull() && "DefaultFunctionArrayConversion - missing type");
446 if (Ty->isFunctionType())
447 E = ImpCastExprToType(E, Context.getPointerType(Ty),
449 else if (Ty->isArrayType()) {
462 E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
658 QualType Ty = E->getType(); local
659 assert(!Ty.isNull() && "UsualUnaryConversions - missing type");
662 if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
667 if (Ty
701 QualType Ty = E->getType(); local
743 isValidVarArgType(const QualType &Ty) argument
789 const QualType &Ty = E->getType(); local
1550 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, SourceLocation Loc, const CXXScopeSpec *SS) argument
1560 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
2863 BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, QualType Ty, SourceLocation Loc) argument
3011 QualType Ty; local
3032 QualType Ty; local
4655 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument
4934 CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, CastKind &Kind) argument
4996 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
5077 QualType Ty = TInfo->getType(); local
6509 QualType Ty = LHSType.getNonLValueExprType(Context); local
6512 CheckObjCARCConversion(SourceRange(), Ty, E, CCK_ImplicitConversion, local
10266 ActOnVAArg(SourceLocation BuiltinLoc, Expr *E, ParsedType Ty, SourceLocation RPLoc) argument
10362 QualType Ty; local
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c698 typedef struct { int val; int loc; } Ty; typedef in typeref:struct:__anon27754
699 f(base + offsetof(Ty,val), sizeof(int));
700 f(base + offsetof(Ty,loc), sizeof(int));
704 typedef struct { long val; int loc; } Ty; typedef in typeref:struct:__anon27755
705 f(base + offsetof(Ty,val), sizeof(long));
706 f(base + offsetof(Ty,loc), sizeof(int));
710 typedef struct { double val; int loc; } Ty; typedef in typeref:struct:__anon27756
711 f(base + offsetof(Ty,val), sizeof(double));
712 f(base + offsetof(Ty,loc), sizeof(int));
716 typedef struct { short val; int loc; } Ty; typedef in typeref:struct:__anon27757
722 typedef struct { float val; int loc; } Ty; typedef in typeref:struct:__anon27758
728 typedef struct { long double val; int loc; } Ty; typedef in typeref:struct:__anon27759
[all...]
/external/llvm/lib/IR/
H A DType.cpp63 // 'Ty' without any reinterpretation of bits. For example, i8* to i32*.
65 bool Type::canLosslesslyBitCastTo(Type *Ty) const {
67 if (this == Ty)
71 if (!this->isFirstClassType() || !Ty->isFirstClassType())
78 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
80 if (Ty->getTypeID() == Type::X86_MMXTyID &&
86 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
94 return Ty->isPointerTy();
H A DLLVMContextImpl.h48 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} argument
/external/clang/lib/AST/
H A DType.cpp221 return Context.getQualifiedType(split.Ty, split.Quals);
227 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType();
255 const Class##Type *Ty = cast<Class##Type>(CurTy); \
256 if (!Ty->isSugared()) \
257 return SplitQualType(Ty, Qs); \
258 Cur = Ty->desugar(); \
273 const Type *lastTypeWithQuals = split.Ty;
280 switch (split.Ty->getTypeClass()) {
284 const Class##Type *ty = cast<Class##Type>(split.Ty); \
296 lastTypeWithQuals = split.Ty;
[all...]
H A DMicrosoftMangle.cpp319 QualType Ty = TL.getType(); local
320 if (Ty->isPointerType() || Ty->isReferenceType()) {
321 mangleType(Ty, TL.getSourceRange(), QMM_Drop);
322 mangleQualifiers(Ty->getPointeeType().getQualifiers(), false);
323 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
329 mangleQualifiers(Ty.getQualifiers(), false);
331 mangleType(Ty, TL.getSourceRange(), QMM_Drop);
332 mangleQualifiers(Ty.getLocalQualifiers(), Ty
[all...]
/external/clang/lib/CodeGen/
H A DABIInfo.h211 /// \arg Ty from the va_list pointed to by \arg VAListAddr.
217 virtual llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
H A DCodeGenTBAA.h85 QualType Ty,
H A DCGCXXABI.cpp60 llvm::Type *Ty = CGF.ConvertType(MPT->getPointeeType())->getPointerTo(); local
61 return llvm::Constant::getNullValue(Ty);
/external/clang/lib/Driver/
H A DDriver.cpp1043 types::ID Ty = types::TY_INVALID; local
1060 Ty = types::TY_C;
1067 Ty = TC.LookupTypeForExtension(Ext + 1);
1069 if (Ty == types::TY_INVALID) {
1071 Ty = types::TY_C;
1073 Ty = types::TY_Object;
1079 types::ID OldTy = Ty;
1080 Ty = types::lookupCXXTypeForCType(Ty);
1082 if (Ty !
[all...]
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h143 unsigned CreateRegs(Type *Ty);
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp250 Type *Ty = AI->getType(); local
255 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp179 bool isTypeLegal(Type *Ty, MVT &VT);
180 bool isLoadTypeLegal(Type *Ty, MVT &VT);
773 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { argument
774 EVT evt = TLI.getValueType(Ty, true);
785 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { argument
786 if (isTypeLegal(Ty, VT)) return true;
814 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
815 if (Ty->getAddressSpace() > 255)
1407 Type *Ty = Src1Value->getType(); local
1408 EVT SrcEVT = TLI.getValueType(Ty, tru
1594 Type *Ty = I->getType(); local
1730 Type *Ty = I->getType(); local
1758 Type *Ty = I->getType(); local
1825 Type *Ty = I->getType(); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h165 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp290 Type *Ty = AI->getType(); local
294 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp909 typedef int Ty; typedef in struct:DependentDefault::Trait
915 template <typename T, typename = Trait<T>::Ty > struct B {};
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h345 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
350 Type *Ty);
482 Type *Ty);
/external/llvm/include/llvm/IR/
H A DAttributes.h209 template <typename Ty> friend struct DenseMapInfo;
496 AttributeSet typeIncompatible(Type *Ty, uint64_t Index);
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp514 QualType Ty);
536 QualType Ty);
1568 QualType Ty = R->getValueType();
1569 return getBindingForFieldOrElementCommon(B, R, Ty);
1576 QualType Ty) {
1584 return svalBuilder.makeZeroVal(Ty);
1632 QualType Ty) {
1668 if (Optional<SVal> D = getBindingForDerivedDefaultValue(B, Base, R, Ty)) {
1901 QualType Ty = TR->getValueType(); local
1902 if (Ty
1573 getBindingForDerivedDefaultValue(RegionBindingsConstRef B, const MemRegion *superR, const TypedValueRegion *R, QualType Ty) argument
1630 getBindingForFieldOrElementCommon(RegionBindingsConstRef B, const TypedValueRegion *R, QualType Ty) argument
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp116 RecTy *Ty = VI->getType(); local
117 if (isa<BitRecTy>(Ty) || isa<BitsRecTy>(Ty) || isa<IntRecTy>(Ty))
134 BitsRecTy *&Ty = Shared[Sz]; local
135 if (!Ty)
136 Ty = new BitsRecTy(Sz);
137 return Ty;
271 return "list<" + Ty->getAsString() + ">";
280 if (Init *CI = LI->getElement(i)->convertInitializerTo(Ty))
[all...]

Completed in 5913 milliseconds

1234567891011>>