Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h126 GORC, enumerator
H A DRISCVISelLowering.cpp7142 case RISCVISD::GORC: in ReplaceNodeResults()
7309 SDValue Res = DAG.getNode(RISCVISD::GORC, DL, MVT::i64, NewOp, in ReplaceNodeResults()
7676 return DAG.getNode(RISCVISD::GORC, DL, VT, X, in combineORToGORC()
7704 return DAG.getNode(RISCVISD::GORC, DL, VT, LHS->Op, in combineORToGORC()
7914 bool IsGORC = N->getOpcode() == RISCVISD::GORC; in combineGREVI_GORCI()
8137 if (auto GORC = combineORToGORC(SDValue(N, 0), DAG, Subtarget)) in performORCombine() local
8138 return GORC; in performORCombine()
8919 case RISCVISD::GORC: { in PerformDAGCombine()
9604 case RISCVISD::GORC: { in computeKnownBitsForTargetNode()
9608 bool IsGORC = Op.getOpcode() == RISCVISD::GORC; in computeKnownBitsForTargetNode()
[all …]
H A DRISCVInstrInfoZb.td48 def riscv_gorc : SDNode<"RISCVISD::GORC", SDTIntBinOp>;
405 def GORC : ALU_rr<0b0010100, 0b101, "gorc">,
910 def : PatGprGpr<riscv_gorc, GORC>;
H A DRISCVISelDAGToDAG.cpp2137 Node->getOpcode() == RISCVISD::GORC || in hasAllNBitUsers()