Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h692 static Type stackSlotType();
DIceTargetLoweringARM32.h304 static Type stackSlotType();
DIceTargetLoweringX86BaseImpl.h1426 template <typename TraitsType> Type TargetX86Base<TraitsType>::stackSlotType() {
5426 ValExt = Ctx->getConstantInt(stackSlotType(), ValValue);
5428 Variable *ValExtVar = Func->makeVariable(stackSlotType());
7560 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7568 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
DIceTargetLoweringMIPS32.cpp530 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
538 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
792 Variable *ValExt = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
1414 Type TargetMIPS32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp670 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
678 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
791 Variable *ValExt = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor()
1423 Type TargetARM32::stackSlotType() { return IceType_i32; } in stackSlotType() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX86Base.h432 static Type stackSlotType();