/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 46 Ty->getStructElementType(0)->isFP128Ty()) in originalTypeIsF128()
|
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
D | ConvertLaunchFuncToVulkanCalls.cpp | 276 type = llvmDescriptorTy.getStructElementType(0).getPointerElementTy(); in deduceMemRefRankAndType() 281 rank = llvmDescriptorTy.getStructElementType(3).getArrayNumElements(); in deduceMemRefRankAndType()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | NVVMDialect.cpp | 61 type = type.getStructElementType(0); in parseNVVMShflSyncBflyOp()
|
D | LLVMTypes.cpp | 152 LLVMType LLVMType::getStructElementType(unsigned i) { in getStructElementType() function in LLVMType
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 45 Ty->getStructElementType(0)->isFP128Ty()) in originalTypeIsF128()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 45 Ty->getStructElementType(0)->isFP128Ty()) in originalTypeIsF128()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 200 Type* pElemType = pType->getStructElementType(i); in GetVectorType()
|
D | builder_misc.cpp | 1078 Type* pElemTy = pType->getStructElementType(0); in GetTypeSize()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | NVVMOps.td | 114 !type.getStructElementType(1).isIntegerTy(
|
D | LLVMTypes.h | 131 LLVMType getStructElementType(unsigned i);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 337 inline Type *getStructElementType(unsigned N) const;
|
D | DerivedTypes.h | 304 Type *Type::getStructElementType(unsigned N) const { in getStructElementType() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 339 inline Type *getStructElementType(unsigned N) const;
|
D | DerivedTypes.h | 309 Type *Type::getStructElementType(unsigned N) const { in getStructElementType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 359 inline Type *getStructElementType(unsigned N) const;
|
D | DerivedTypes.h | 370 Type *Type::getStructElementType(unsigned N) const { in getStructElementType() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 361 inline Type *getStructElementType(unsigned N) const;
|
D | DerivedTypes.h | 357 Type *Type::getStructElementType(unsigned N) const { in getStructElementType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 238 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 493 DestTy->getStructElementType(I)); in createCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 494 DestTy->getStructElementType(I)); in createCast()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 541 assert(RetTy->getStructElementType(0)->isIntegerTy(8) && in simplifyX86addcarry() 542 RetTy->getStructElementType(1) == OpTy && OpTy == Op2->getType() && in simplifyX86addcarry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2145 {UndefValue::get(Ty->getStructElementType(0)), in ConstantFoldScalarCall2() 2146 Constant::getNullValue(Ty->getStructElementType(1))}); in ConstantFoldScalarCall2()
|