Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OPCODE

1535 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const {
1537 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM,
1541 switch (static_cast<InstructionOpcodes>(Opcode)) {