/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 44 Ty->getStructElementType(0)->isFP128Ty()) in originalTypeIsF128()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 400 inline Type *getStructElementType(unsigned N) const;
|
H A D | DerivedTypes.h | 366 Type *Type::getStructElementType(unsigned N) const { in getStructElementType() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 498 DestTy->getStructElementType(I)); in createCast()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1120 return Constant::getNullValue(getType()->getStructElementType(Elt)); in getStructElement() 1155 return UndefValue::get(getType()->getStructElementType(Elt)); in getStructElement() 1190 return PoisonValue::get(getType()->getStructElementType(Elt)); in getStructElement()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 3177 RegAddrLo.withElementType(ST->getStructElementType(0))); in EmitVAArg() 3180 RegAddrHi.withElementType(ST->getStructElementType(1))); in EmitVAArg()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2443 RI.ElementType->getStructElementType(0), SrcRealPtr, ".real"); in emitReductionListCopy() 2447 RI.ElementType->getStructElementType(1), SrcImgPtr, ".imag"); in emitReductionListCopy() 2957 RI.ElementType->getStructElementType(0), SrcRealPtr, ".real"); in emitListToGlobalCopyFunction() 2961 RI.ElementType->getStructElementType(1), SrcImgPtr, ".imag"); in emitListToGlobalCopyFunction() 3147 RI.ElementType->getStructElementType(0), SrcRealPtr, ".real"); in emitGlobalToListCopyFunction() 3151 RI.ElementType->getStructElementType(1), SrcImgPtr, ".imag"); in emitGlobalToListCopyFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 653 assert(RetTy->getStructElementType(0)->isIntegerTy(8) && in simplifyX86addcarry() 654 RetTy->getStructElementType(1) == OpTy && OpTy == Op2->getType() && in simplifyX86addcarry()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 2840 {Constant::getAllOnesValue(Ty->getStructElementType(0)), in ConstantFoldIntrinsicCall2() 2841 Constant::getNullValue(Ty->getStructElementType(1))}); in ConstantFoldIntrinsicCall2()
|
H A D | InstructionSimplify.cpp | 6589 {Constant::getAllOnesValue(ReturnType->getStructElementType(0)), in simplifyBinaryIntrinsic() 6590 Constant::getNullValue(ReturnType->getStructElementType(1))}); in simplifyBinaryIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1867 (ReturnPHIs.size() == 1 ? RetTy : RetTy->getStructElementType(0)); in splitRetconCoroutine()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 890 if (Config.getExtendedFPType(Ty->getStructElementType(I)) == nullptr) in emitCheckInternal()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 354 return !isFullSizeType(CGF.CGM, type->getStructElementType(0), in requiresMemSetZero()
|
H A D | CGBuiltin.cpp | 9428 auto MvecLTypeInner = MvecLType->getStructElementType(0); in EmitARMMVEBuiltinExpr() 9468 auto MvecLTypeInner = MvecLType->getStructElementType(0); in EmitARMMVEBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5239 Ty = Ty->getStructElementType(Index); in parseFunctionBody() 5286 CurTy = CurTy->getStructElementType(Index); in parseFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2113 Type *ElTy = I.getCalledFunction()->getReturnType()->getStructElementType(0); in getTgtMemIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1589 MemTy = MemTy->getStructElementType(0); in getTgtMemIntrinsic()
|