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()
384 static bool mayHaveInterruptDelaySlot(unsigned InstOpcode) {385 switch (InstOpcode) {386 mayHaveInterruptDelaySlot(unsigned InstOpcode) mayHaveInterruptDelaySlot() argument
978 unsigned InstOpcode = I->getOpcode();980 if (InstOpcode == Opcode || InstOpcode == AltOpcode)982 if (Opcode == AltOpcode && isValidForAlternation(InstOpcode) &&984 AltOpcode = InstOpcode;994 if (InstOpcode == Opcode || InstOpcode == AltOpcode) in fixupOrderingIndices() 998 isValidForAlternation(InstOpcode) && in fixupOrderingIndices() 1000 AltOpcode = InstOpcode; in fixupOrderingIndices() 1010 assert(InstOpcode 784 unsigned InstOpcode = I->getOpcode(); getSameOpcode() local [all...]