Lines Matching defs:selector
17 explicit IA32OperandGenerator(InstructionSelector* selector) in IA32OperandGenerator()
170 void VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRO()
176 void VisitRR(InstructionSelector* selector, Node* node, in VisitRR()
184 void VisitRROFloat(InstructionSelector* selector, Node* node, in VisitRROFloat()
197 void VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, in VisitFloatUnop()
530 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
591 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
621 static inline void VisitShift(InstructionSelector* selector, Node* node, in VisitShift()
639 void VisitMulHigh(InstructionSelector* selector, Node* node, in VisitMulHigh()
649 void VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitDiv()
658 void VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitMod()
666 void EmitLea(InstructionSelector* selector, Node* result, Node* index, in EmitLea()
788 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, in VisitWord32PairShift()
1145 void VisitCompareWithMemoryOperand(InstructionSelector* selector, in VisitCompareWithMemoryOperand()
1177 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
1199 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
1291 void VisitFloat32Compare(InstructionSelector* selector, Node* node, in VisitFloat32Compare()
1300 void VisitFloat64Compare(InstructionSelector* selector, Node* node, in VisitFloat64Compare()
1308 void VisitWordCompare(InstructionSelector* selector, Node* node, in VisitWordCompare()
1356 void VisitWordCompare(InstructionSelector* selector, Node* node, in VisitWordCompare()
1386 void VisitWordCompareZero(InstructionSelector* selector, Node* user, in VisitWordCompareZero()