Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp757 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()
DIceTargetLowering.h249 virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
DIceTargetLoweringMIPS32.cpp125 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 …]
DIceInstX86BaseImpl.h2259 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()
DIceTargetLoweringX86BaseImpl.h1158 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)));
DIceTargetLoweringMIPS32.h95 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
DIceTargetLoweringARM32.h128 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function
DIceTargetLoweringARM32.cpp440 OutArgsSizeBytes += typeWidthInBytesOnStack(Ty); in getCallStackArgumentsSizeBytes()
1408 *InArgsSizeBytes += typeWidthInBytesOnStack(Ty); in finishArgumentLowering()
1564 typeWidthInBytesOnStack(PhysicalRegister->getType()); in addProlog()
3727 ParameterAreaSizeBytes += typeWidthInBytesOnStack(Ty); in lowerCall()
DIceTargetLoweringX86Base.h162 size_t typeWidthInBytesOnStack(Type Ty) const override { in typeWidthInBytesOnStack() function