Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h543 SDValue lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp2251 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ 1); in LowerOperation()
2256 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ -1); in LowerOperation()
3210 SDValue RISCVTargetLowering::lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG, in lowerVectorMaskExt() function in RISCVTargetLowering