| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | 2010-02-01-DbgValueCrash.ll | 5 %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 D | 2009-09-10-LoadFoldingBug.ll | 10 %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 D | yaml2obj-coff-multi-doc.test | 29 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 D | obj2yaml.test | 41 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 D | symbols.test | 12 COFF-NEXT: ComplexType: Null (0x0) 21 COFF-NEXT: ComplexType: Null (0x0) 30 COFF-NEXT: ComplexType: Null (0x0)
|
| H A D | cxx-cli-aux.test | 14 CHECK-NEXT: ComplexType: Null (0x0) 32 CHECK-NEXT: ComplexType: Null (0x0)
|
| H A D | bigobj.test | 81 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 D | coff-file-sections-reading.test | 9 CHECK: ComplexType: Null (0x0)
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | coff-function-type-info.ll | 33 ; CHECK-OBJECT: ComplexType: Function 41 ; CHECK-OBJECT: ComplexType: Function
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 36 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 D | TargetInfo.cpp | 309 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 D | CGDebugInfo.h | 121 llvm::DIType CreateType(const ComplexType *Ty);
|
| H A D | CodeGenTypes.cpp | 408 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | yaml2obj.rst | 38 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 D | Type.cpp | 400 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 D | ExprConstant.cpp | 128 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 D | ASTContext.cpp | 1645 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 D | COFFYAML.h | 67 COFF::SymbolComplexType ComplexType; member
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 474 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
|
| /minix3/external/bsd/llvm/dist/clang/utils/ABITest/ |
| H A D | TypeGen.py | 155 class ComplexType(Type): class 293 return ComplexType(N, self.typeGen.get(N))
|
| H A D | ABITestGen.py | 240 elif isinstance(t, ComplexType): 301 elif isinstance(t, ComplexType): 331 elif isinstance(t, ComplexType):
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 674 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 197 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 931 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 D | COFFYAML.cpp | 471 IO.mapRequired("ComplexType", S.ComplexType); in mapping()
|