Lines Matching defs:select
65 bool select(MachineInstr &I) override;
69 /// tblgen-erated 'select' implementation, used as the initial selector for
353 bool X86InstructionSelector::select(MachineInstr &I) {
576 // make any changes. So long as we select an opcode which is capable of
756 llvm_unreachable("Can't select G_CONSTANT, unsupported type.");
818 // select it as a regular move.
943 // into the vector class, just replace it with copy, as we are able to select
1430 if (!select(ExtrInst))
1472 if (!select(InsertInst))
1480 if (!select(CopyInst))