Home
last modified time | relevance | path

Searched refs:GORC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h96 GORC, enumerator
H A DRISCVISelLowering.cpp3333 return DAG.getNode(RISCVISD::GORC, DL, XLenVT, Op.getOperand(1), in LowerINTRINSIC_WO_CHAIN()
3338 IntNo == Intrinsic::riscv_grev ? RISCVISD::GREV : RISCVISD::GORC; in LowerINTRINSIC_WO_CHAIN()
4585 case RISCVISD::GORC: in getRISCVWOpcode()
4845 case RISCVISD::GORC: { in ReplaceNodeResults()
4982 Subtarget.hasStdExtZbp() ? RISCVISD::GORCW : RISCVISD::GORC; in ReplaceNodeResults()
5251 return DAG.getNode(RISCVISD::GORC, DL, VT, X, Reverse.getOperand(1)); in combineORToGORC()
5259 return DAG.getNode(RISCVISD::GORC, DL, VT, X, in combineORToGORC()
5287 return DAG.getNode(RISCVISD::GORC, DL, VT, LHS->Op, in combineORToGORC()
5408 if (N->getOpcode() == RISCVISD::GORC || N->getOpcode() == RISCVISD::GORCW) in combineGREVI_GORCI()
5494 if (auto GORC = combineORToGORC(SDValue(N, 0), DAG, Subtarget)) in performORCombine() local
[all …]
H A DRISCVInstrInfoB.td30 def riscv_gorc : SDNode<"RISCVISD::GORC", SDTIntBinOp>;
234 def GORC : ALU_rr<0b0010100, 0b101, "gorc">, Sched<[]>;
773 def : PatGprGpr<riscv_gorc, GORC>;