Home
last modified time | relevance | path

Searched refs:typeWidthInBytesOnStack (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp726 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()
H A DIceTargetLoweringMIPS32.cpp124 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 …]
H A DIceTargetLowering.h249 virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
H A DIceInstX8632.cpp2083 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()
H A DIceInstX8664.cpp2092 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()
H A DIceTargetLoweringX8632.cpp970 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()
H A DIceTargetLoweringMIPS32.h95 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
H A DIceTargetLoweringX8632.h201 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
H A DIceTargetLoweringX8664.h202 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
H A DIceTargetLoweringARM32.cpp431 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()
1259 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()
1411 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()
3543 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()
H A DIceTargetLoweringARM32.h127 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
H A DIceTargetLoweringX8664.cpp1131 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()