Home
last modified time | relevance | path

Searched refs:isAggregateType (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
DAnalysis.cpp405 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
435 while (Next->isAggregateType() && in firstRealType()
449 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
466 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
/external/llvm/include/llvm/IR/
DType.h260 bool isAggregateType() const { in isAggregateType() function
/external/clang/include/clang/AST/
DCanonicalType.h271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
DType.h1517 bool isAggregateType() const;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1488 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()
1514 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()
1750 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
3718 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
4268 if (PtrTy->getElementType()->isAggregateType()) { in isStridedPtr()
5889 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
DSLPVectorizer.cpp897 if (Ty != SrcTy || Ty->isAggregateType() || Ty->isVectorTy()) { in buildTree_rec()
2390 if (Ty->isAggregateType() || Ty->isVectorTy()) in collectStores()
2430 if (Ty->isAggregateType() || Ty->isVectorTy()) in tryToVectorizeList()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp552 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()
697 if (Ty->isAggregateType()) { in LowerCall()
1682 if (Ty->isAggregateType()) { in LowerFormalArguments()
1716 if (Ty->isAggregateType()) { in LowerFormalArguments()
DNVPTXAsmPrinter.cpp1834 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
/external/llvm/lib/AsmParser/
DLLParser.cpp2621 if (!Val->getType()->isAggregateType()) in ParseValID()
2640 if (!Val0->getType()->isAggregateType()) in ParseValID()
4541 if (!Val->getType()->isAggregateType()) in ParseExtractValue()
4562 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
/external/clang/lib/Sema/
DSemaInit.cpp853 assert(DeclType->isAggregateType() && in CheckListElementTypes()
903 if (!ElemType->isRecordType() || ElemType->isAggregateType()) { in CheckSubElementType()
1007 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()
3457 if (!DestType->isAggregateType()) { in TryListInitialization()
3485 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
DSemaOverload.cpp4540 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()
4553 if (ToType->isAggregateType()) { in TryListConversion()
DSemaDecl.cpp8576 else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() && in AddInitializerToDecl()
/external/llvm/lib/IR/
DVerifier.cpp974 Assert1(!SrcTy->isAggregateType(), in VerifyBitcastType()
976 Assert1(!DestTy->isAggregateType(), in VerifyBitcastType()
DInstructions.cpp2788 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp600 else if (ElemTy->isAggregateType()) { in getConstantValue()
/external/llvm/lib/Analysis/
DConstantFolding.cpp507 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
/external/clang/lib/AST/
DType.cpp878 bool Type::isAggregateType() const { in isAggregateType() function in Type
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2459 if (I.getType()->isAggregateType()) { in visitSelectInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1072 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()