Home
last modified time | relevance | path

Searched refs:stackSlotType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h660 static Type stackSlotType();
DIceTargetLoweringX8664.h403 static Type stackSlotType();
DIceTargetLoweringX8632.h407 static Type stackSlotType();
DIceTargetLoweringX8664.cpp1195 Type TargetX8664::stackSlotType() { return WordType; } in stackSlotType() function in Ice::X8664::TargetX8664
4399 ValExt = Ctx->getConstantInt(stackSlotType(), ValValue); in lowerMemset()
4401 Variable *ValExtVar = Func->makeVariable(stackSlotType()); in lowerMemset()
6268 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
6276 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
DIceTargetLoweringX8632.cpp1213 Type TargetX8632::stackSlotType() { return WordType; } in stackSlotType() function in Ice::X8632::TargetX8632
4978 ValExt = Ctx->getConstantInt(stackSlotType(), ValValue); in lowerMemset()
4980 Variable *ValExtVar = Func->makeVariable(stackSlotType()); in lowerMemset()
7004 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
7012 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
DIceTargetLoweringARM32.h303 static Type stackSlotType();
DIceTargetLoweringARM32.cpp661 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
669 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
782 Variable *ValExt = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
1274 Type TargetARM32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::ARM32::TargetARM32
DIceTargetLoweringMIPS32.cpp528 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
536 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
790 Variable *ValExt = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
1399 Type TargetMIPS32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::MIPS32::TargetMIPS32