Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h244 SRL_VL, enumerator
H A DRISCVISelLowering.cpp6062 return RISCVISD::SRL_VL; in getRISCVVLOp()
12709 DAG.getNode(RISCVISD::SRL_VL, DL, ContainerVT, Vec, ThirtyTwoV, in ReplaceNodeResults()
12869 SDValue LShr32 = DAG.getNode(RISCVISD::SRL_VL, DL, VecVT, Vec, ThirtyTwoV, in ReplaceNodeResults()
17253 case RISCVISD::SRL_VL: { in PerformDAGCombine()
20483 NODE_NAME_CASE(SRL_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td112 def riscv_srl_vl : SDNode<"RISCVISD::SRL_VL", SDT_RISCVIntBinOp_VL>;