/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 417 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/ |
D | IRTranslator.cpp | 45 assert(!Val.getType()->isAggregateType() && "Not yet implemented"); in getOrCreateVReg()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 229 bool isAggregateType() const { in isAggregateType() function
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 245 bool isAggregateType() const { in isAggregateType() function
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 160 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
D | LoopAccessAnalysis.cpp | 877 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
|
D | ConstantFolding.cpp | 529 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
D | Type.h | 1654 bool isAggregateType() const;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 525 if (!T->isAggregateType()) in unpackLoadToAggregate() 1029 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 594 if (T->isAggregateType()) { in processStore() 724 if (T->isAggregateType()) { in processStore()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 359 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1071 Assert1(!SrcTy->isAggregateType(), in visitBitCastInst() 1073 Assert1(!DestTy->isAggregateType(), in visitBitCastInst()
|
D | Instructions.cpp | 2606 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2116 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/ |
D | NVPTXISelLowering.cpp | 956 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()
|
D | NVPTXAsmPrinter.cpp | 1504 if (Ty->isAggregateType() || Ty->isVectorTy()) { in emitFunctionParamList()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2031 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/ExecutionEngine/ |
D | ExecutionEngine.cpp | 617 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 1051 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/AsmParser/ |
D | LLParser.cpp | 2960 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/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 716 if (Shadow->getType()->isAggregateType()) { in storeOrigin() 2732 if (I.getType()->isAggregateType()) { in visitSelectInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3090 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1868 bool Type::isAggregateType() const { in isAggregateType() function in Type
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3708 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg() 3713 bool isIndirect = Ty->isAggregateType(); in EmitVAArg()
|