Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp439 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/
DIRTranslator.cpp45 assert(!Val.getType()->isAggregateType() && "Not yet implemented"); in getOrCreateVReg()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp120 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
DAMDGPULowerKernelArguments.cpp157 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
DAMDGPURewriteOutArguments.cpp153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
DAMDGPUPromoteAlloca.cpp484 if (FromTy->isAggregateType() || ToTy->isAggregateType() || in tryPromoteAllocaToVector()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp441 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
483 ->isAggregateType()) { in firstRealType()
501 ->isAggregateType()); in nextRealType()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp194 if (pType->isAggregateType()) in GetVectorType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h174 return V->getType()->isAggregateType(); in anyAggregateType()
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h174 return V->getType()->isAggregateType(); in anyAggregateType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp125 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
DAMDGPURewriteOutArguments.cpp153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h258 bool isAggregateType() const { in isAggregateType() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h261 bool isAggregateType() const { in isAggregateType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h211 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/
DSpvBuilder.h211 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate()
234 bool isAggregateType(Id typeId) const in isAggregateType() function
/external/llvm/lib/Analysis/
DVectorUtils.cpp160 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
/external/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/external/clang/include/clang/AST/
DCanonicalType.h271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp547 if (T->isAggregateType()) { in processStore()
676 if (T->isAggregateType()) { in processStore()
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)

1234