Searched refs:SMIN_VL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 251 SMIN_VL, enumerator
|
H A D | RISCVISelLowering.cpp | 16581 if (SDValue SMinOp = MatchMinMax(V, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() 16592 MatchMinMax(SMaxOp, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() 16609 if (SDValue SMinOp = MatchMinMax(V, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() 16617 MatchMinMax(SMaxOp, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() 20517 NODE_NAME_CASE(SMIN_VL) in getTargetNodeName()
|
H A D | RISCVInstrInfoVVLPatterns.td | 115 def riscv_smin_vl : SDNode<"RISCVISD::SMIN_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
|