Lines Matching full:shadow
46 ; Shadow store has the same alignment as the original store; origin store
69 ; load followed by cmp: check that we load the shadow and call __msan_warning.
94 ; Check that we store the shadow for the retval.
104 ; Check that we get the shadow for the retval.
119 ; Check that we generate PHIs for shadow.
146 ; Compute shadow for "x << 10"
164 ; Compute shadow for "10 << x": it should have 'sext i1'.
242 ; Check that we propagate shadow for "select"
289 ; arguments. Select condition shadow is sign-extended to the vector type and
290 ; mixed into the result shadow.
369 ; (2nd arg shadow is checked, 1st arg shadow is propagated)
386 ; Check that we propagate shadow for x<0, x>=0, etc (i.e. sign bit tests)
437 ; Check that we propagate shadow for x<=-1, x>-1, etc (i.e. sign bit tests)
488 ; Check that we propagate shadow for x<0, x>=0, etc (i.e. sign bit tests)
503 ; Check that we propagate shadow for x<=-1, x>0, etc (i.e. sign bit tests)
519 ; Check that we propagate shadow for unsigned relational comparisons with
538 ; Check that loads of shadow have the same aligment as the original loads.
566 ; Check that the same bit manipulation is applied to the shadow values.
567 ; Check that there is a zero test of the shadow of %idx argument, where present.
659 ; Check that shadow is OR'ed, and origin is Select'ed
660 ; And no shadow checks!
685 ; Check that shadow of such vector is a vector of integers.
835 ; argument shadow is a compile-time zero constant (which is always the case
852 ; Test argument shadow alignment
875 ; First element shadow
882 ; Second element shadow
892 ; Test shadow propagation for aggregates passed through ellipsis.
942 ; shadow before the call, we don't need to anymore.
956 ; For "musttail" calls we can not insert any shadow manipulating code between
973 ; For "musttail" calls we can not insert any shadow manipulating code between