| /external/llvm/lib/Target/Mips/ |
| D | MipsCCState.cpp | 45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
| D | Mips16HardFloat.cpp | 76 if (T->getStructNumElements() != 2) in whichFPReturnVariant()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsCCState.cpp | 44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | MergeFunctions.cpp | 489 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/ |
| D | MergeFunctions.cpp | 493 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/ |
| D | loop_emitter.cc | 91 CHECK_EQ(target_element->getType()->getStructNumElements(), in MakeBodyEmitter()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
| D | MipsCCState.cpp | 43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | OpDescriptor.h | 172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/ |
| D | OpDescriptor.h | 172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
| /external/llvm/include/llvm/IR/ |
| D | Type.h | 336 inline unsigned getStructNumElements() const;
|
| D | DerivedTypes.h | 300 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Type.h | 358 inline unsigned getStructNumElements() const;
|
| D | DerivedTypes.h | 366 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Type.h | 338 inline unsigned getStructNumElements() const;
|
| D | DerivedTypes.h | 305 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | Type.h | 392 inline unsigned getStructNumElements() const;
|
| D | DerivedTypes.h | 348 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURewriteOutArguments.cpp | 166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64PromoteConstant.cpp | 236 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64PromoteConstant.cpp | 244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64PromoteConstant.cpp | 244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| D | Operations.cpp | 185 return T->getStructNumElements(); in getAggregateNumElements()
|
| /external/llvm/lib/Transforms/IPO/ |
| D | MergeFunctions.cpp | 1658 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/ |
| D | Operations.cpp | 192 return T->getStructNumElements(); in getAggregateNumElements()
|
| /external/llvm/lib/IR/ |
| D | Constants.cpp | 770 return Ty->getStructNumElements(); in getNumElements() 803 return Ty->getStructNumElements(); in getNumElements()
|