Home
last modified time | relevance | path

Searched refs:DefineConstant (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dregister-allocator-unittest.cc109 auto i_reg = DefineConstant(); in TEST_F()
117 auto ipp = EmitOI(Same(), Reg(phi), Use(DefineConstant())); in TEST_F()
131 auto i = DefineConstant(); in TEST_F()
135 Return(DefineConstant()); in TEST_F()
139 Return(DefineConstant()); in TEST_F()
169 EndBlock(Branch(Reg(DefineConstant()), 1, 2)); in TEST_F()
172 auto t_val = DefineConstant(); in TEST_F()
176 auto f_val = DefineConstant(); in TEST_F()
191 EndBlock(Branch(Reg(DefineConstant()), 1, 2)); in TEST_F()
196 t_vals[i] = DefineConstant(); in TEST_F()
[all …]
Dmove-optimizer-unittest.cc214 DefineConstant(const_index); in TEST_F()
Dinstruction-sequence-unittest.h152 VReg DefineConstant(int32_t imm = 0);
Dinstruction-sequence-unittest.cc198 InstructionSequenceTest::VReg InstructionSequenceTest::DefineConstant( in DefineConstant() function in v8::internal::compiler::InstructionSequenceTest