Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h576 SDValue lowerFixedLengthVectorExtendToRVV(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp2252 return lowerFixedLengthVectorExtendToRVV(Op, DAG, RISCVISD::VZEXT_VL); in LowerOperation()
2257 return lowerFixedLengthVectorExtendToRVV(Op, DAG, RISCVISD::VSEXT_VL); in LowerOperation()
3261 SDValue RISCVTargetLowering::lowerFixedLengthVectorExtendToRVV( in lowerFixedLengthVectorExtendToRVV() function in RISCVTargetLowering