Searched refs:InvOpc (Results 1 – 2 of 2) sorted by relevance
316 unsigned InvOpc = in expandLongCondBr() local318 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr()323 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandLongCondBr() local325 MCInstBuilder(InvOpc).addReg(SrcReg1).addReg(SrcReg2).addImm(8); in expandLongCondBr()359 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandQCLongCondBrImm() local366 MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(BrImm).addImm(8); in expandQCLongCondBrImm()371 MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(BrImm).addImm(10); in expandQCLongCondBrImm()
19936 unsigned InvOpc = in PerformDAGCombine() local19945 return DAG.getNode(InvOpc, SDLoc(N), N->getValueType(0), Val, NewCond); in PerformDAGCombine()19954 return DAG.getNode(CCVal == ISD::SETNE ? Opc : InvOpc, SDLoc(N), in PerformDAGCombine()