Searched defs:stackSlotType (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h1376 template <typename TraitsType> Type TargetX86Base<TraitsType>::stackSlotType() { function in class:Ice::X86NAMESPACE::TargetX86Base
5347 ValExt = Ctx->getConstantInt(stackSlotType(), ValValue);
5349 Variable *ValExtVar = Func->makeVariable(stackSlotType());
7513 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7521 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
H A DIceTargetLoweringARM32.cpp671 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
679 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
792 Variable *ValExt = Func->makeVariable(stackSlotType());
1432 Type TargetARM32::stackSlotType() { return IceType_i32; } function in class:TargetARM32
H A DIceTargetLoweringMIPS32.cpp530 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
538 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
799 Variable *ValExt = Func->makeVariable(stackSlotType());
1429 Type TargetMIPS32::stackSlotType() { return IceType_i32; } function in class:Ice::MIPS32::__anon20707::TargetMIPS32

Completed in 3274 milliseconds