Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Opcode

2092   // Determine where to start the interpreter.  Normally we start at opcode #0,
2102 DEBUG(errs() << " Initial Opcode index to " << MatcherIndex << "\n");
2116 // Get the opcode, add the index to the table.
2125 // Okay, do the lookup for the first opcode.
2135 BuiltinOpcodes Opcode = (BuiltinOpcodes)MatcherTable[MatcherIndex++];
2136 switch (Opcode) {
2209 unsigned ChildNo = Opcode-OPC_RecordChild0;
2287 // If the opcode matches, then we will execute this case.
2340 Opcode-OPC_CheckChild0Type))
2440 unsigned RecNo = Opcode == OPC_EmitMergeInputChains1_1;
2595 if (Opcode != OPC_MorphNodeTo) {
2671 << (Opcode == OPC_MorphNodeTo ? "Morphed" : "Created")
2675 if (Opcode == OPC_MorphNodeTo) {