/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-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 439 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 469 while (Next->isAggregateType() && in firstRealType() 483 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType() 500 } 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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULateCodeGenPrepare.cpp | 120 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
|
D | AMDGPULowerKernelArguments.cpp | 157 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
|
D | AMDGPURewriteOutArguments.cpp | 153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
|
D | AMDGPUPromoteAlloca.cpp | 484 if (FromTy->isAggregateType() || ToTy->isAggregateType() || in tryPromoteAllocaToVector()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 441 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 483 ->isAggregateType()) { in firstRealType() 501 ->isAggregateType()); in nextRealType()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 194 if (pType->isAggregateType()) in GetVectorType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 174 return V->getType()->isAggregateType(); in anyAggregateType()
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 174 return V->getType()->isAggregateType(); in anyAggregateType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 125 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
|
D | AMDGPURewriteOutArguments.cpp | 153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
|
/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-10.0/llvm/include/llvm/IR/ |
D | Type.h | 258 bool isAggregateType() const { in isAggregateType() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 261 bool isAggregateType() const { in isAggregateType() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 234 bool isAggregateType(Id typeId) const in isAggregateType() function
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.h | 211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() 234 bool isAggregateType(Id typeId) const in isAggregateType() function
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 160 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 547 if (T->isAggregateType()) { in processStore() 676 if (T->isAggregateType()) { in processStore()
|
/external/llvm-project/clang/include/clang/AST/ |
D | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|