Lines Matching defs:rep
709 #define CACHED_LOOP_EXIT_VALUE(rep) \
710 LoopExitValueOperator<MachineRepresentation::rep> \
711 kLoopExitValue##rep##Operator;
802 #define CACHED_PHI(rep, input_count) \
803 PhiOperator<MachineRepresentation::rep, input_count> \
804 kPhi##rep##input_count##Operator;
1104 MachineRepresentation rep) {
1105 switch (rep) {
1118 rep); // parameter
1280 const Operator* CommonOperatorBuilder::Select(MachineRepresentation rep,
1286 SelectParameters(rep, hint)); // parameter
1290 const Operator* CommonOperatorBuilder::Phi(MachineRepresentation rep,
1294 if (MachineRepresentation::kRep == rep && \
1305 rep); // parameter
1579 const Operator* CommonOperatorBuilder::DeadValue(MachineRepresentation rep) {
1584 rep); // parameter