Lines Matching refs:features_x86

84   std::unique_ptr<const X86InstructionSetFeatures> features_x86(  in Check()  local
86 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
101 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
103 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
327 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in Loop3() local
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Loop3()
362 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
364 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
415 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in DeadPhi() local
417 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in DeadPhi()
441 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
443 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
569 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in PhiHint() local
571 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
587 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in PhiHint() local
589 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
607 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in PhiHint() local
609 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
627 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in PhiHint() local
629 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
692 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in ExpectedInRegisterHint() local
694 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in ExpectedInRegisterHint()
708 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in ExpectedInRegisterHint() local
710 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in ExpectedInRegisterHint()
764 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in SameAsFirstInputHint() local
766 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in SameAsFirstInputHint()
781 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in SameAsFirstInputHint() local
783 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in SameAsFirstInputHint()
837 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in ExpectedExactInRegisterAndSameOutputHint() local
839 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in ExpectedExactInRegisterAndSameOutputHint()
937 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
939 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()