Home
last modified time | relevance | path

Searched refs:lowerFixedLengthVectorExtendToRVV (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h920 SDValue lowerFixedLengthVectorExtendToRVV(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp5990 return lowerFixedLengthVectorExtendToRVV(Op, DAG, RISCVISD::VZEXT_VL); in LowerOperation()
5995 return lowerFixedLengthVectorExtendToRVV(Op, DAG, RISCVISD::VSEXT_VL); in LowerOperation()
7614 SDValue RISCVTargetLowering::lowerFixedLengthVectorExtendToRVV( in lowerFixedLengthVectorExtendToRVV() function in RISCVTargetLowering