Searched refs:SRL_VL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 244 SRL_VL, enumerator
|
H A D | RISCVISelLowering.cpp | 6062 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 D | RISCVInstrInfoVVLPatterns.td | 112 def riscv_srl_vl : SDNode<"RISCVISD::SRL_VL", SDT_RISCVIntBinOp_VL>;
|