Lines Matching defs:s64
83 // If we add support for integer add, must restrict these types to just s64.
117 LLT s64 = LLT::scalar(64);
119 auto Elt0 = B.buildExtractVectorElement(Ty, Src, B.buildConstant(s64, 0));
120 auto Elt1 = B.buildExtractVectorElement(Ty, Src, B.buildConstant(s64, 1));
269 // Mutate %d(s64) = G_MERGE_VALUES %a(s32), 0(s32)
271 // %d(s64) = G_ZEXT %a(s32)
285 // %ext:_(s64) = G_ANYEXT %cmp(s32)
638 // G_STORE %11:_(<2 x s64>), %base:_(p0) :: (store (<2 x s64>), align 1)
639 // %off1:_(s64) = G_CONSTANT i64 4128
640 // %p1:_(p0) = G_PTR_ADD %0:_, %off1:_(s64)
641 // G_STORE %11:_(<2 x s64>), %p1:_(p0) :: (store (<2 x s64>), align 1)
642 // %off2:_(s64) = G_CONSTANT i64 4144
643 // %p2:_(p0) = G_PTR_ADD %0:_, %off2:_(s64)
644 // G_STORE %11:_(<2 x s64>), %p2:_(p0) :: (store (<2 x s64>), align 1)
645 // %off3:_(s64) = G_CONSTANT i64 4160
646 // %p3:_(p0) = G_PTR_ADD %0:_, %off3:_(s64)
647 // G_STORE %11:_(<2 x s64>), %17:_(p0) :: (store (<2 x s64>), align 1)
660 // G_STORE %v1:_(s64), %base:_(p0) :: (store (s64))
661 // %v2:_(s64) = G_LOAD %ldptr:_(p0) :: (load (s64))
662 // G_STORE %v2:_(s64), %base:_(p0) :: (store (s64))