Lines Matching refs:getContext
81 getContext().getTypeSize(RetTy) > (2 * XLen)) { in computeInfo()
84 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
117 uint64_t Size = getContext().getTypeSize(Ty); in detectFPCCEligibleStructHelper()
145 if (getContext().getTypeSize(EltTy) > FLen) in detectFPCCEligibleStructHelper()
150 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper()
154 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFPCCEligibleStructHelper()
161 isEmptyRecord(getContext(), EltTy, true, true)) in detectFPCCEligibleStructHelper()
164 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper()
180 if (isEmptyRecord(getContext(), Ty, true, true)) in detectFPCCEligibleStructHelper()
186 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in detectFPCCEligibleStructHelper()
205 unsigned BitWidth = FD->getBitWidthValue(getContext()); in detectFPCCEligibleStructHelper()
208 if (getContext().getTypeSize(QTy) > XLen && BitWidth <= XLen) in detectFPCCEligibleStructHelper()
209 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
217 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()
327 getContext().getTargetInfo().getVScaleRange(getContext().getLangOpts()); in coerceVLSVector()
364 uint64_t Size = getContext().getTypeSize(Ty); in classifyArgumentType()
368 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType()
382 if (getContext().getTypeSize(EltTy) <= FLen) { in classifyArgumentType()
407 uint64_t NeededAlign = getContext().getTypeAlign(Ty); in classifyArgumentType()
440 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
462 unsigned Alignment = getContext().getTypeAlign(Ty); in classifyArgumentType()
498 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
501 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
518 int TySize = getContext().getTypeSize(Ty); in extendType()