Searched refs:typeWidthInBytesOnStack (Results 1 – 12 of 12) sorted by relevance
726 const size_t WidthV1 = typeWidthInBytesOnStack(V1->getType()); in sortVarsByAlignment()727 const size_t WidthV2 = typeWidthInBytesOnStack(V2->getType()); in sortVarsByAlignment()805 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in getVarStackSlotParams()875 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots()
124 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots()242 OutArgsSizeBytes += typeWidthInBytesOnStack(IceType_i32) * 2; in getCallStackArgumentsSizeBytes()247 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()1451 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()1580 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()1635 StackOffset -= typeWidthInBytesOnStack(RegType); in addProlog()1764 StackOffset += typeWidthInBytesOnStack(PhysicalRegister->getType()); in addEpilog()3354 ParameterAreaSizeBytes += typeWidthInBytesOnStack(IceType_i32); in lowerCall()3360 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()3387 ParameterAreaSizeBytes += typeWidthInBytesOnStack(IceType_i32); in lowerCall()[all …]
249 virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
2083 assert(InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(DestTy) == in emit()2084 InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(SrcTy)); in emit()2122 assert(Target->typeWidthInBytesOnStack(this->getDest()->getType()) == in emitIAS()2123 Target->typeWidthInBytesOnStack(Src->getType())); in emitIAS()
2092 assert(InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(DestTy) == in emit()2093 InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(SrcTy)); in emit()2131 assert(Target->typeWidthInBytesOnStack(this->getDest()->getType()) == in emitIAS()2132 Target->typeWidthInBytesOnStack(Src->getType())); in emitIAS()
970 std::max(typeWidthInBytesOnStack(ReturnType), SpillAreaSizeBytes); in addProlog()1148 InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()2453 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Arg->getType()); in lowerCall()2462 typeWidthInBytesOnStack(DestTy)); in lowerCall()5754 const uint32_t MaskAlignment = typeWidthInBytesOnStack(V4VectorType); in lowerShuffleVector_CreatePshufbMask()7108 OutArgumentsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()7117 static_cast<uint32_t>(typeWidthInBytesOnStack(ReturnType))); in getCallStackArgumentsSizeBytes()
95 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
201 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
202 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
431 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()1259 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()1411 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()3543 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()
127 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
1131 InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()2271 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Arg->getType()); in lowerCall()5164 const uint32_t MaskAlignment = typeWidthInBytesOnStack(V4VectorType); in lowerShuffleVector_CreatePshufbMask()6377 OutArgumentsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()