Searched refs:VFIRST_VL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 384 VFIRST_VL, enumerator 386 LAST_VL_VECTOR_OP = VFIRST_VL,
|
H A D | RISCVISelLowering.cpp | 5545 SDValue Res = DAG.getNode(RISCVISD::VFIRST_VL, DL, XLenVT, Source, Mask, EVL); in lowerVPCttzElements() 6129 if (Opcode >= RISCVISD::VRGATHER_VX_VL && Opcode <= RISCVISD::VFIRST_VL) in hasMaskOp() 8633 DAG.getNode(RISCVISD::VFIRST_VL, DL, XLenVT, Vec, Mask, VL); in lowerEXTRACT_VECTOR_ELT() 9000 SDValue Res = DAG.getNode(RISCVISD::VFIRST_VL, DL, XLenVT, Op0, Mask, VL); in lowerCttzElts() 20597 NODE_NAME_CASE(VFIRST_VL) in getTargetNodeName()
|
H A D | RISCVInstrInfoVVLPatterns.td | 393 def riscv_vfirst_vl : SDNode<"RISCVISD::VFIRST_VL",
|