Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h215 SMIN_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td89 def riscv_smin_vl : SDNode<"RISCVISD::SMIN_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
H A DRISCVISelLowering.cpp4220 return lowerToScalableOp(Op, DAG, RISCVISD::SMIN_VL, /*HasMergeOp*/ true); in LowerOperation()
4334 return lowerVPOp(Op, DAG, RISCVISD::SMIN_VL, /*HasMergeOp*/ true); in LowerOperation()
13412 NODE_NAME_CASE(SMIN_VL) in getTargetNodeName()