Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h874 SDValue lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp5989 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ 1); in LowerOperation()
5994 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ -1); in LowerOperation()
7576 SDValue RISCVTargetLowering::lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG, in lowerVectorMaskExt() function in RISCVTargetLowering