Searched refs:Word32ShiftIsSafe (Results 1 – 7 of 7) sorted by relevance
725 if (!machine()->Word32ShiftIsSafe()) { in LowerNode()753 if (machine()->Word32ShiftIsSafe()) { in LowerNode()
367 bool Word32ShiftIsSafe() const { return flags_ & kWord32ShiftIsSafe; } in NON_EXPORTED_BASE()
166 bool CodeAssembler::Word32ShiftIsSafe() const { in Word32ShiftIsSafe() function in v8::internal::compiler::CodeAssembler167 return raw_assembler()->machine()->Word32ShiftIsSafe(); in Word32ShiftIsSafe()
1180 bool Word32ShiftIsSafe() const;
1408 if (machine()->Word32ShiftIsSafe()) { in ReduceWord32Shifts()
1137 if (!mcgraph()->machine()->Word32ShiftIsSafe()) { in MaskShiftCount32()1154 if (!mcgraph()->machine()->Word32ShiftIsSafe()) { in MaskShiftCount64()
12613 if (!Word32ShiftIsSafe()) { in BitwiseOp()12618 if (!Word32ShiftIsSafe()) { in BitwiseOp()12623 if (!Word32ShiftIsSafe()) { in BitwiseOp()