Home
last modified time | relevance | path

Searched refs:Src0AsI32 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp530 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor() local
532 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0); in genTargetHelperCallFor()
533 Src0 = Src0AsI32; in genTargetHelperCallFor()
538 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor() local
540 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0); in genTargetHelperCallFor()
541 Src0 = Src0AsI32; in genTargetHelperCallFor()
DIceTargetLoweringARM32.cpp670 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor() local
672 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0); in genTargetHelperCallFor()
673 Src0 = Src0AsI32; in genTargetHelperCallFor()
678 Variable *Src0AsI32 = Func->makeVariable(stackSlotType()); in genTargetHelperCallFor() local
680 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0); in genTargetHelperCallFor()
681 Src0 = Src0AsI32; in genTargetHelperCallFor()
DIceTargetLoweringX86BaseImpl.h7560 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7562 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
7563 Src0 = Src0AsI32;
7568 Variable *Src0AsI32 = Func->makeVariable(stackSlotType());
7570 Context.insert<InstCast>(InstCast::Zext, Src0AsI32, Src0);
7571 Src0 = Src0AsI32;