Home | History | Annotate | Download | only in compiler

Lines Matching refs:InstructionSelectorTest

18 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
21 InstructionSelectorTest::~InstructionSelectorTest() {}
24 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
26 InstructionSelectorTest::StreamBuilderMode mode,
114 int InstructionSelectorTest::Stream::ToVreg(const Node* node) const {
121 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand,
130 bool InstructionSelectorTest::Stream::IsSameAsFirst(
138 bool InstructionSelectorTest::Stream::IsUsedAtStart(
147 InstructionSelectorTest::StreamBuilder::GetFrameStateFunctionInfo(
159 TARGET_TEST_F(InstructionSelectorTest, ReturnFloat32Constant) {
173 TARGET_TEST_F(InstructionSelectorTest, ReturnParameter) {
185 TARGET_TEST_F(InstructionSelectorTest, ReturnZero) {
203 TARGET_TEST_F(InstructionSelectorTest, TruncateFloat64ToInt32WithParameter) {
221 TARGET_TEST_F(InstructionSelectorTest, DoubleParameter) {
230 TARGET_TEST_F(InstructionSelectorTest, ReferenceParameter) {
243 TARGET_TEST_F(InstructionSelectorTest, FinishRegion) {
316 InstructionSelectorTest, InstructionSelectorPhiTest,
329 TARGET_TEST_F(InstructionSelectorTest, ValueEffect) {
356 TARGET_TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) {
407 TARGET_TEST_F(InstructionSelectorTest, CallStubWithDeopt) {
507 TARGET_TEST_F(InstructionSelectorTest, CallStubWithDeoptRecursiveFrameState) {