Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp418 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
448 while (Next->isAggregateType() && in firstRealType()
462 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
479 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
/external/llvm/include/llvm/IR/
DType.h253 bool isAggregateType() const { in isAggregateType() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp521 if (!T->isAggregateType()) in unpackLoadToAggregate()
931 if (!T->isAggregateType()) in unpackStoreToAggregate()
/external/clang/include/clang/AST/
DCanonicalType.h271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
DType.h1622 bool isAggregateType() const;
/external/llvm/lib/Analysis/
DVectorUtils.cpp291 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
DLoopAccessAnalysis.cpp829 if (PtrTy->getElementType()->isAggregateType()) { in isStridedPtr()
DConstantFolding.cpp512 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp400 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp954 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()
1098 if (Ty->isAggregateType()) { in LowerCall()
2107 if (Ty->isAggregateType()) { in LowerFormalArguments()
2141 if (Ty->isAggregateType()) { in LowerFormalArguments()
DNVPTXAsmPrinter.cpp1476 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1991 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()
2014 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()
2519 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
5712 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
/external/llvm/lib/AsmParser/
DLLParser.cpp2796 if (!Val->getType()->isAggregateType()) in ParseValID()
2815 if (!Val0->getType()->isAggregateType()) in ParseValID()
6067 if (!Val->getType()->isAggregateType()) in ParseExtractValue()
6088 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp622 else if (ElemTy->isAggregateType()) { in getConstantValue()
/external/clang/lib/Sema/
DSemaInit.cpp992 assert(DeclType->isAggregateType() && in CheckListElementTypes()
1170 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()
3736 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization()
3765 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
DSemaOverload.cpp4618 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()
4632 if (ToType->isAggregateType()) { in TryListConversion()
DSemaDecl.cpp9467 else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() && in AddInitializerToDecl()
/external/llvm/lib/IR/
DInstructions.cpp3015 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/external/clang/lib/AST/
DType.cpp1862 bool Type::isAggregateType() const { in isAggregateType() function in Type
/external/clang/lib/CodeGen/
DTargetInfo.cpp3484 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()
3489 bool isIndirect = Ty->isAggregateType(); in EmitVAArg()
DCGOpenMPRuntime.cpp3352 MapType = ElementType->isAggregateType() ? (OMP_MAP_TO | OMP_MAP_FROM) in emitTargetCall()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2642 if (I.getType()->isAggregateType()) { in visitSelectInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1059 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()