Searched defs:stackSlotType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ | ||
H A D | IceTargetLoweringMIPS32.cpp | 1399 Type TargetMIPS32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::MIPS32::TargetMIPS32 |
H A D | IceTargetLoweringX8664.cpp | 1195 Type TargetX8664::stackSlotType() { return WordType; } in stackSlotType() function in Ice::X8664::TargetX8664 |
H A D | IceTargetLoweringARM32.cpp | 1274 Type TargetARM32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::ARM32::TargetARM32 |
H A D | IceTargetLoweringX8632.cpp | 1213 Type TargetX8632::stackSlotType() { return WordType; } in stackSlotType() function in Ice::X8632::TargetX8632 |