Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDAnalysis.cpp416 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
446 while (Next->isAggregateType() && in firstRealType()
460 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
477 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
/NextBSD/contrib/llvm/include/llvm/IR/
HDType.h260 bool isAggregateType() const { in isAggregateType() function
/NextBSD/contrib/llvm/lib/Analysis/
HDVectorUtils.cpp287 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
HDLoopAccessAnalysis.cpp785 if (PtrTy->getElementType()->isAggregateType()) { in isStridedPtr()
HDConstantFolding.cpp513 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp511 if (!T->isAggregateType()) in unpackLoadToAggregate()
891 if (!T->isAggregateType()) in unpackStoreToAggregate()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
HDType.h1609 bool isAggregateType() const;
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp400 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1777 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()
1800 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()
2302 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
5275 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp949 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()
1093 if (Ty->isAggregateType()) { in LowerCall()
2119 if (Ty->isAggregateType()) { in LowerFormalArguments()
2153 if (Ty->isAggregateType()) { in LowerFormalArguments()
HDNVPTXAsmPrinter.cpp1482 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLParser.cpp2661 if (!Val->getType()->isAggregateType()) in ParseValID()
2680 if (!Val0->getType()->isAggregateType()) in ParseValID()
5639 if (!Val->getType()->isAggregateType()) in ParseExtractValue()
5660 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp614 else if (ElemTy->isAggregateType()) { in getConstantValue()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp988 assert(DeclType->isAggregateType() && in CheckListElementTypes()
1166 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()
3731 if (DestType->isRecordType() && !DestType->isAggregateType()) { in TryListInitialization()
3758 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
HDSemaOverload.cpp4543 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()
4557 if (ToType->isAggregateType()) { in TryListConversion()
HDSemaDecl.cpp9197 else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() && in AddInitializerToDecl()
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp2699 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1845 bool Type::isAggregateType() const { in isAggregateType() function in Type
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp3204 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()
3288 if (Ty->isAggregateType()) { in EmitVAArg()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2610 if (I.getType()->isAggregateType()) { in visitSelectInst()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1054 if (isa<UndefValue>(C) && !V->getType()->isAggregateType()) in getValueImpl()