Home
last modified time | relevance | path

Searched refs:InvOpc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp316 unsigned InvOpc = in expandLongCondBr() local
318 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr()
323 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandLongCondBr() local
325 MCInstBuilder(InvOpc).addReg(SrcReg1).addReg(SrcReg2).addImm(8); in expandLongCondBr()
359 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandQCLongCondBrImm() local
366 MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(BrImm).addImm(8); in expandQCLongCondBrImm()
371 MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(BrImm).addImm(10); in expandQCLongCondBrImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19936 unsigned InvOpc = in PerformDAGCombine() local
19945 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()