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.cpp271 unsigned InvOpc = in expandLongCondBr() local
273 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr()
278 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandLongCondBr() local
280 MCInstBuilder(InvOpc).addReg(SrcReg1).addReg(SrcReg2).addImm(8); in expandLongCondBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16889 unsigned InvOpc = in PerformDAGCombine() local
16898 return DAG.getNode(InvOpc, SDLoc(N), N->getValueType(0), Val, NewCond); in PerformDAGCombine()
16907 return DAG.getNode(CCVal == ISD::SETNE ? Opc : InvOpc, SDLoc(N), in PerformDAGCombine()