Lines Matching refs:InstructionSelector
134 InstructionSelector::SupportedMachineOperatorFlags(), in PipelineData()
135 InstructionSelector::AlignmentRequirements()); in PipelineData()
1688 InstructionSelector selector( in Run()
1692 ? InstructionSelector::kEnableSwitchJumpTable in Run()
1693 : InstructionSelector::kDisableSwitchJumpTable, in Run()
1695 ? InstructionSelector::kAllSourcePositions in Run()
1696 : InstructionSelector::kCallSourcePositions, in Run()
1697 InstructionSelector::SupportedFeatures(), in Run()
1699 ? InstructionSelector::kEnableScheduling in Run()
1700 : InstructionSelector::kDisableScheduling, in Run()
1702 ? InstructionSelector::kDisableRootsRelativeAddressing in Run()
1703 : InstructionSelector::kEnableRootsRelativeAddressing, in Run()
1706 ? InstructionSelector::kEnableTraceTurboJson in Run()
1707 : InstructionSelector::kDisableTraceTurboJson); in Run()