Searched refs:Word32ShiftIsSafe (Results 1 – 7 of 7) sorted by relevance
711 if (!machine()->Word32ShiftIsSafe()) { in LowerNode()735 if (machine()->Word32ShiftIsSafe()) { in LowerNode()
246 bool Word32ShiftIsSafe() const { return flags_ & kWord32ShiftIsSafe; } in NON_EXPORTED_BASE()
161 bool CodeAssembler::Word32ShiftIsSafe() const { in Word32ShiftIsSafe() function in v8::internal::compiler::CodeAssembler162 return raw_assembler()->machine()->Word32ShiftIsSafe(); in Word32ShiftIsSafe()
1026 if (machine()->Word32ShiftIsSafe()) { in ReduceWord32Shifts()
1211 bool Word32ShiftIsSafe() const;
1038 if (!mcgraph()->machine()->Word32ShiftIsSafe()) { in MaskShiftCount32()1054 if (!mcgraph()->machine()->Word32ShiftIsSafe()) { in MaskShiftCount64()
11921 if (!Word32ShiftIsSafe()) { in BitwiseOp()11926 if (!Word32ShiftIsSafe()) { in BitwiseOp()11931 if (!Word32ShiftIsSafe()) { in BitwiseOp()