Searched refs:InstOpcode (Results 1 – 3 of 3) sorted by relevance
46 findMatchingInst(MachineBasicBlock::iterator &MBBI, unsigned InstOpcode,178 unsigned InstOpcode, in findMatchingInst() argument196 if (isMoveFromAToS(InstOpcode) && isCandidateToMergeMVA01S(*SecondPair)) { in findMatchingInst()210 } else if (isMoveFromSToA(InstOpcode) && in findMatchingInst()
378 static bool mayHaveInterruptDelaySlot(unsigned InstOpcode) { in mayHaveInterruptDelaySlot() argument379 switch (InstOpcode) { in mayHaveInterruptDelaySlot()
1389 unsigned InstOpcode = I->getOpcode(); in getSameOpcode() local1399 if (InstOpcode == Opcode || InstOpcode == AltOpcode) in getSameOpcode()1403 isValidForAlternation(InstOpcode) && in getSameOpcode()1405 AltOpcode = InstOpcode; in getSameOpcode()1415 assert(InstOpcode == Opcode && "Expected same CmpInst opcode."); in getSameOpcode()1416 assert(InstOpcode == AltOpcode && in getSameOpcode()1437 isValidForAlternation(InstOpcode) && in getSameOpcode()1447 } else if (InstOpcode == Opcode) { in getSameOpcode()1448 assert(InstOpcode == AltOpcode && in getSameOpcode()