Searched refs:typeWidthInBytesOnStack (Results 1 – 9 of 9) sorted by relevance
757 const size_t WidthV1 = typeWidthInBytesOnStack(V1->getType()); in sortVarsByAlignment()758 const size_t WidthV2 = typeWidthInBytesOnStack(V2->getType()); in sortVarsByAlignment()836 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in getVarStackSlotParams()906 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots()
249 virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
125 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots()244 OutArgsSizeBytes += typeWidthInBytesOnStack(IceType_i32) * 2; in getCallStackArgumentsSizeBytes()249 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()1466 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()1595 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()1649 StackOffset -= typeWidthInBytesOnStack(RegType); in addProlog()1778 StackOffset += typeWidthInBytesOnStack(PhysicalRegister->getType()); in addEpilog()3387 ParameterAreaSizeBytes += typeWidthInBytesOnStack(IceType_i32); in lowerCall()3393 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()3420 ParameterAreaSizeBytes += typeWidthInBytesOnStack(IceType_i32); in lowerCall()[all …]
2259 assert(InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(DestTy) == in emit()2260 InstX86Base::getTarget(Func)->typeWidthInBytesOnStack(SrcTy)); in emit()2299 assert(Target->typeWidthInBytesOnStack(this->getDest()->getType()) == in emitIAS()2300 Target->typeWidthInBytesOnStack(Src->getType())); in emitIAS()
1158 std::max(typeWidthInBytesOnStack(ReturnType), SpillAreaSizeBytes);1350 InArgsSizeBytes += typeWidthInBytesOnStack(Ty);2725 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Arg->getType());2735 typeWidthInBytesOnStack(DestTy));6236 const uint32_t MaskAlignment = typeWidthInBytesOnStack(V4VectorType);7673 OutArgumentsSizeBytes += typeWidthInBytesOnStack(Ty);7683 static_cast<uint32_t>(typeWidthInBytesOnStack(ReturnType)));
95 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
128 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
440 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()1408 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()1564 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()3727 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()
162 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function