• Home
  • Raw
  • Download

Lines Matching refs:IsLoad

69 Matcher<Node*> InterpreterAssemblerTest::InterpreterAssemblerForTest::IsLoad(  in IsLoad()  function in v8::internal::compiler::InterpreterAssemblerTest::InterpreterAssemblerForTest
72 return ::i::compiler::IsLoad(rep_matcher, base_matcher, index_matcher, _, _); in IsLoad()
88 return IsLoad( in IsBytecodeOperand()
98 Matcher<Node*> load_matcher = IsLoad( in IsBytecodeOperandSignExtended()
114 return IsLoad( in IsBytecodeOperandShort()
120 Matcher<Node*> first_byte = IsLoad( in IsBytecodeOperandShort()
125 Matcher<Node*> second_byte = IsLoad( in IsBytecodeOperandShort()
147 load_matcher = IsLoad( in IsBytecodeOperandShortSignExtended()
163 Matcher<Node*> hi_byte = IsLoad( in IsBytecodeOperandShortSignExtended()
169 Matcher<Node*> lo_byte = IsLoad( in IsBytecodeOperandShortSignExtended()
198 m.IsLoad(MachineType::Uint8(), in TARGET_TEST_F()
202 m.IsLoad(MachineType::Pointer(), in TARGET_TEST_F()
237 m.IsLoad(MachineType::Uint8(), in TARGET_TEST_F()
241 m.IsLoad(MachineType::Pointer(), in TARGET_TEST_F()
283 m.IsLoad(MachineType::Uint8(), in TARGET_TEST_F()
287 m.IsLoad(MachineType::Pointer(), in TARGET_TEST_F()
429 m.IsLoad(MachineType::AnyTagged(), in TARGET_TEST_F()
502 Matcher<Node*> constant_pool_matcher = m.IsLoad( in TARGET_TEST_F()
508 m.IsLoad(MachineType::AnyTagged(), constant_pool_matcher, in TARGET_TEST_F()
524 m.IsLoad(MachineType::AnyTagged(), fixed_array, in TARGET_TEST_F()
540 m.IsLoad(MachineType::AnyTagged(), object, in TARGET_TEST_F()
557 m.IsLoad(MachineType::AnyTagged(), context, offset)); in TARGET_TEST_F()
612 m.IsLoad(MachineType::Pointer(), function, in TARGET_TEST_F()
668 m.IsLoad(MachineType::AnyTagged(), in TARGET_TEST_F()
673 m.IsLoad(MachineType::AnyTagged(), load_function_matcher, in TARGET_TEST_F()
679 m.IsLoad(MachineType::AnyTagged(), load_shared_function_info_matcher, in TARGET_TEST_F()