/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 133 if (Size < 32 && !ArgTy->isAggregateType()) { // FIXME: Handle aggregate types in runOnFunction() 202 if (Size < 32 && !ArgTy->isAggregateType()) { in runOnFunction()
|
D | AMDGPURewriteOutArguments.cpp | 153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 398 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 428 while (Next->isAggregateType() && in firstRealType() 442 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType() 459 } 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-7.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 175 return V->getType()->isAggregateType(); in anyAggregateType()
|
/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/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 247 bool isAggregateType() const { in isAggregateType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 258 bool isAggregateType() const { in isAggregateType() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 181 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 194 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } in isAggregateType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 184 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 160 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 633 if (T->isAggregateType()) { in processStore() 764 if (T->isAggregateType()) { in processStore()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 162 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 684 if (!T->isAggregateType()) in unpackLoadToAggregate() 1216 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 359 if (MF.getFunction()->getReturnType()->isAggregateType()) { in LowerReturn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 361 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr() 1472 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
|
D | NVPTXISelLowering.cpp | 1275 } else if (retTy->isAggregateType() || retTy->isVectorTy() || retTy->isIntegerTy(128)) { in getPrototype() 1297 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in getPrototype() 1453 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in LowerCall() 2359 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) { in LowerFormalArguments()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1071 Assert1(!SrcTy->isAggregateType(), in visitBitCastInst() 1073 Assert1(!DestTy->isAggregateType(), in visitBitCastInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 421 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
/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()
|