Lines Matching defs:selector
17 explicit X87OperandGenerator(InstructionSelector* selector) in X87OperandGenerator()
366 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
422 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
451 static inline void VisitShift(InstructionSelector* selector, Node* node, in VisitShift()
469 void VisitMulHigh(InstructionSelector* selector, Node* node, in VisitMulHigh()
478 void VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitDiv()
487 void VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitMod()
494 void EmitLea(InstructionSelector* selector, Node* result, Node* index, in EmitLea()
963 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
979 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
991 void VisitFloat32Compare(InstructionSelector* selector, Node* node, in VisitFloat32Compare()
1008 void VisitFloat64Compare(InstructionSelector* selector, Node* node, in VisitFloat64Compare()
1025 void VisitWordCompare(InstructionSelector* selector, Node* node, in VisitWordCompare()
1044 void VisitWordCompare(InstructionSelector* selector, Node* node, in VisitWordCompare()
1071 void VisitWordCompareZero(InstructionSelector* selector, Node* user, in VisitWordCompareZero()