/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 44 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | loop_emitter.cc | 91 CHECK_EQ(target_element->getType()->getStructNumElements(), in MakeBodyEmitter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 241 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Type.h | 399 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Type.h | 399 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 241 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 241 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Type.h | 399 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Type.h | 399 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 241 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Type.h | 336 inline unsigned getStructNumElements() const;
|
H A D | DerivedTypes.h | 300 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Type.h | 392 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Type.h | 338 inline unsigned getStructNumElements() const;
|
H A D | DerivedTypes.h | 305 unsigned Type::getStructNumElements() const { in getStructNumElements() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Type.h | 358 inline unsigned getStructNumElements() const;
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 244 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 236 for (unsigned EltIdx = 0, EndEltIdx = CstTy->getStructNumElements(); in isConstantUsingVectorTy()
|