Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h215 SMIN_VL, enumerator
DRISCVInstrInfoVVLPatterns.td89 def riscv_smin_vl : SDNode<"RISCVISD::SMIN_VL", SDT_RISCVIntBinOp_VL, [SDNPCommutative]>;
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()