Searched refs:ORC_B (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZb.td | 40 def riscv_orc_b : SDNode<"RISCVISD::ORC_B", SDTIntUnaryOp>; 439 def ORC_B : RVBUnary<0b001010000111, 0b101, OPC_OP_IMM, "orc.b">, 572 def : PatGpr<riscv_orc_b, ORC_B>;
|
H A D | RISCVOptWInstrs.cpp | 308 case RISCV::ORC_B: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.h | 143 ORC_B, enumerator
|
H A D | RISCVISelLowering.cpp | 9102 case Intrinsic::riscv_orc_b: Opc = RISCVISD::ORC_B; break; in LowerINTRINSIC_WO_CHAIN() 12644 case RISCVISD::ORC_B: { in ReplaceNodeResults() 12650 (N->getOpcode() == RISCVISD::ORC_B && Subtarget.hasStdExtZbb())) && in ReplaceNodeResults() 12746 case Intrinsic::riscv_orc_b: Opc = RISCVISD::ORC_B; break; in ReplaceNodeResults() 13515 return DAG.getNode(RISCVISD::ORC_B, SDLoc(N), VT, N1); in performSUBCombine() 17889 case RISCVISD::ORC_B: { in computeKnownBitsForTargetNode() 17893 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in computeKnownBitsForTargetNode() 20425 NODE_NAME_CASE(ORC_B) in getTargetNodeName()
|