Home
last modified time | relevance | path

Searched refs:getStructNumElements (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
DMips16HardFloat.cpp76 if (T->getStructNumElements() != 2) in whichFPReturnVariant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp489 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()
491 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp493 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()
495 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dloop_emitter.cc91 CHECK_EQ(target_element->getType()->getStructNumElements(), in MakeBodyEmitter()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsCCState.cpp43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
/external/llvm/include/llvm/IR/
DType.h336 inline unsigned getStructNumElements() const;
DDerivedTypes.h300 unsigned Type::getStructNumElements() const { in getStructNumElements() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h358 inline unsigned getStructNumElements() const;
DDerivedTypes.h366 unsigned Type::getStructNumElements() const { in getStructNumElements() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h338 inline unsigned getStructNumElements() const;
DDerivedTypes.h305 unsigned Type::getStructNumElements() const { in getStructNumElements() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DType.h392 inline unsigned getStructNumElements() const;
DDerivedTypes.h348 unsigned Type::getStructNumElements() const { in getStructNumElements() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp236 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp185 return T->getStructNumElements(); in getAggregateNumElements()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1658 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements()); in createCast()
1660 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) { in createCast()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
DOperations.cpp192 return T->getStructNumElements(); in getAggregateNumElements()
/external/llvm/lib/IR/
DConstants.cpp770 return Ty->getStructNumElements(); in getNumElements()
803 return Ty->getStructNumElements(); in getNumElements()

12