Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

10 #include "src/compiler/machine-operator.h"
12 #include "src/compiler/simplified-operator.h"
94 // Select the correct X -> Tagged operator.
95 const Operator* op;
132 // Select the correct X -> Float64 operator.
133 const Operator* op;
172 // Select the correct X -> Word32 operator.
173 const Operator* op = NULL;
210 // Select the correct X -> Bit operator.
211 const Operator* op;
232 const Operator* Int32OperatorFor(IrOpcode::Value opcode) {
256 const Operator* Uint32OperatorFor(IrOpcode::Value opcode) {
280 const Operator* Float64OperatorFor(IrOpcode::Value opcode) {