Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h509 SDValue lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp7360 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ 1); in LowerOperation()
7365 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ -1); in LowerOperation()
9566 SDValue RISCVTargetLowering::lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG, in lowerVectorMaskExt() function in RISCVTargetLowering