Home
last modified time | relevance | path

Searched refs:ComplexType (Results 1 – 25 of 50) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2010-02-01-DbgValueCrash.ll5 %tart.reflect.ComplexType = type { double, double }
7 @.type.SwitchStmtTest = constant %tart.reflect.ComplexType { double 3.0, double 2.0 }
11 …tail call void @llvm.dbg.value(metadata %tart.reflect.ComplexType* @.type.SwitchStmtTest, i64 0, m…
12 …tail call void @"tart.reflect.ComplexType.create->tart.core.Object"(%tart.reflect.ComplexType* @.t…
17 declare void @"tart.reflect.ComplexType.create->tart.core.Object"(%tart.reflect.ComplexType*) nounw…
33 !14 = !{%tart.reflect.ComplexType* @.type.SwitchStmtTest}
H A D2009-09-10-LoadFoldingBug.ll10 %struct.ComplexType = type { i32 }
18 %2 = inttoptr i64 %1 to %struct.ComplexType* ; <%struct.ComplexType*> [#uses=1]
28 %6 = getelementptr inbounds %struct.ComplexType* %2, i64 0, i32 0 ; <i32*> [#uses=1]
/minix3/external/bsd/llvm/dist/llvm/test/Object/
H A Dyaml2obj-coff-multi-doc.test29 ComplexType: IMAGE_SYM_DTYPE_NULL
42 ComplexType: IMAGE_SYM_DTYPE_FUNCTION
49 ComplexType: IMAGE_SYM_DTYPE_NULL
69 ComplexType: IMAGE_SYM_DTYPE_NULL
82 ComplexType: IMAGE_SYM_DTYPE_FUNCTION
89 ComplexType: IMAGE_SYM_DTYPE_NULL
H A Dobj2yaml.test41 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
54 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
67 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_FUNCTION
74 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
81 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
88 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
134 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
147 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
160 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_FUNCTION
167 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/
H A Dsymbols.test12 COFF-NEXT: ComplexType: Null (0x0)
21 COFF-NEXT: ComplexType: Null (0x0)
30 COFF-NEXT: ComplexType: Null (0x0)
H A Dcxx-cli-aux.test14 CHECK-NEXT: ComplexType: Null (0x0)
32 CHECK-NEXT: ComplexType: Null (0x0)
H A Dbigobj.test81 CHECK-NEXT: ComplexType: Null (0x0)
93 CHECK-NEXT: ComplexType: Null (0x0)
110 CHECK-NEXT: ComplexType: Null (0x0)
127 CHECK-NEXT: ComplexType: Null (0x0)
H A Dcoff-file-sections-reading.test9 CHECK: ComplexType: Null (0x0)
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Dcoff-function-type-info.ll33 ; CHECK-OBJECT: ComplexType: Function
41 ; CHECK-OBJECT: ComplexType: Function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp36 static const ComplexType *getComplexType(QualType type) { in getComplexType()
38 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) { in getComplexType()
41 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType()
205 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr()
211 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr()
397 SrcType = SrcType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast()
398 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast()
412 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitScalarToComplexCast()
575 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
577 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
[all …]
H A DTargetInfo.cpp309 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType()
1864 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in classify()
3118 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg()
3375 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in isAlignedParamType()
3482 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate()
3684 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg()
4790 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType()
H A DCGDebugInfo.h121 llvm::DIType CreateType(const ComplexType *Ty);
H A DCodeGenTypes.cpp408 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A Dyaml2obj.rst38 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)
48 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)
183 ComplexType: [ {type: str, enum: [ IMAGE_SYM_DTYPE_NULL
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp400 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType()
410 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType()
411 if (const ComplexType *Complex = getAs<ComplexType>()) in getAsComplexIntegerType()
801 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType()
840 return isa<ComplexType>(CanonicalType); in isArithmeticType()
864 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind()
2203 return Cache::get(cast<ComplexType>(T)->getElementType()); in computeCachedProperties()
2286 return computeLinkageInfo(cast<ComplexType>(T)->getElementType()); in computeLinkageInfo()
H A DExprConstant.cpp128 const ComplexType *CT = Type->castAs<ComplexType>(); in findMostDerivedSubobject()
2280 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in findSubobject()
2463 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in FindDesignatorMismatch()
2917 SubobjType->castAs<ComplexType>()->getElementType() in found()
2921 SubobjType->castAs<ComplexType>()->getElementType() in found()
7785 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization()
7897 QualType To = E->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr()
7899 = E->getSubExpr()->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr()
7909 QualType To = E->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr()
7911 = E->getSubExpr()->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr()
[all …]
H A DASTContext.cpp1645 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl()
1786 if (const ComplexType *CT = T->getAs<ComplexType>()) in getPreferredTypeAlign()
2178 ComplexType::Profile(ID, T); in getComplexType()
2181 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
2191 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
2194 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType()
4381 if (const ComplexType *CT = T->getAs<ComplexType>()) in getFloatingRank()
5317 const ComplexType *CT = T->castAs<ComplexType>(); in getObjCEncodingForTypeImpl()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFFYAML.h67 COFF::SymbolComplexType ComplexType; member
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h474 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py155 class ComplexType(Type): class
293 return ComplexType(N, self.typeGen.get(N))
H A DABITestGen.py240 elif isinstance(t, ComplexType):
301 elif isinstance(t, ComplexType):
331 elif isinstance(t, ComplexType):
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp674 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType()
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp197 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp931 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion()
971 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion()
972 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion()
1135 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1136 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1153 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() local
1154 RHS = S.ImpCastExprToType(RHS.get(), ComplexType, in handleComplexIntConversion()
1157 return ComplexType; in handleComplexIntConversion()
1166 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() local
1169 LHS = S.ImpCastExprToType(LHS.get(), ComplexType, in handleComplexIntConversion()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFYAML.cpp471 IO.mapRequired("ComplexType", S.ComplexType); in mapping()

12