Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DAnalysis.cpp417 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
447 while (Next->isAggregateType() && in firstRealType()
461 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
478 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
/external/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp45 assert(!Val.getType()->isAggregateType() && "Not yet implemented"); in getOrCreateVReg()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h229 bool isAggregateType() const { in isAggregateType() function
/external/llvm/include/llvm/IR/
DType.h245 bool isAggregateType() const { in isAggregateType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h247 bool isAggregateType() const { in isAggregateType() function
/external/llvm/lib/Analysis/
DVectorUtils.cpp160 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
DLoopAccessAnalysis.cpp877 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
DConstantFolding.cpp529 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
/external/clang/include/clang/AST/
DCanonicalType.h271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp525 if (!T->isAggregateType()) in unpackLoadToAggregate()
1029 if (!T->isAggregateType()) in unpackStoreToAggregate()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp594 if (T->isAggregateType()) { in processStore()
724 if (T->isAggregateType()) { in processStore()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp359 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1071 Assert1(!SrcTy->isAggregateType(), in visitBitCastInst()
1073 Assert1(!DestTy->isAggregateType(), in visitBitCastInst()
DInstructions.cpp2606 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2116 if (!Val->getType()->isAggregateType()) in ParseValID()
2135 if (!Val0->getType()->isAggregateType()) in ParseValID()
3945 if (!Val->getType()->isAggregateType()) in ParseExtractValue()
3966 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp956 if (Ty->isAggregateType() || Ty->isVectorTy()) { in getPrototype()
1100 if (Ty->isAggregateType()) { in LowerCall()
2122 if (Ty->isAggregateType()) { in LowerFormalArguments()
2156 if (Ty->isAggregateType()) { in LowerFormalArguments()
DNVPTXAsmPrinter.cpp1504 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2031 if (Ptr->getType()->getPointerElementType()->isAggregateType()) in isConsecutivePtr()
2054 if (GepPtrType->getElementType()->isAggregateType()) in isConsecutivePtr()
2621 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
6222 assert(!Instr->getType()->isAggregateType() && "Can't handle vectors"); in scalarizeInstruction()
/external/llvm/lib/AsmParser/
DLLParser.cpp2960 if (!Val->getType()->isAggregateType()) in ParseValID()
2979 if (!Val0->getType()->isAggregateType()) in ParseValID()
6290 if (!Val->getType()->isAggregateType()) in ParseExtractValue()
6311 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
/external/clang/lib/Sema/
DSemaInit.cpp1051 assert(DeclType->isAggregateType() && in CheckListElementTypes()
1233 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()
3827 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization()
3857 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp617 else if (ElemTy->isAggregateType()) { in getConstantValue()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp716 if (Shadow->getType()->isAggregateType()) { in storeOrigin()
2732 if (I.getType()->isAggregateType()) { in visitSelectInst()
/external/llvm/lib/IR/
DInstructions.cpp3090 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/external/clang/lib/AST/
DType.cpp1868 bool Type::isAggregateType() const { in isAggregateType() function in Type
/external/clang/lib/CodeGen/
DTargetInfo.cpp3708 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()
3713 bool isIndirect = Ty->isAggregateType(); in EmitVAArg()

12