Searched refs:InstOpcode (Results 1 – 3 of 3) sorted by relevance
44 findMatchingInst(MachineBasicBlock::iterator &MBBI, unsigned InstOpcode,124 unsigned InstOpcode, in findMatchingInst() argument142 if (InstOpcode == RISCV::CM_MVA01S && in findMatchingInst()157 } else if (InstOpcode == RISCV::CM_MVSA01 && in findMatchingInst()
386 static bool mayHaveInterruptDelaySlot(unsigned InstOpcode) { in mayHaveInterruptDelaySlot() argument387 switch (InstOpcode) { in mayHaveInterruptDelaySlot()
806 unsigned InstOpcode = I->getOpcode(); in getSameOpcode() local808 if (InstOpcode == Opcode || InstOpcode == AltOpcode) in getSameOpcode()810 if (Opcode == AltOpcode && isValidForAlternation(InstOpcode) && in getSameOpcode()812 AltOpcode = InstOpcode; in getSameOpcode()822 if (InstOpcode == Opcode || InstOpcode == AltOpcode) in getSameOpcode()826 isValidForAlternation(InstOpcode) && in getSameOpcode()828 AltOpcode = InstOpcode; in getSameOpcode()838 assert(InstOpcode == Opcode && "Expected same CmpInst opcode."); in getSameOpcode()857 isValidForAlternation(InstOpcode) && in getSameOpcode()867 } else if (InstOpcode == Opcode || InstOpcode == AltOpcode) { in getSameOpcode()