Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h512 SDValue lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp2073 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ 1); in LowerOperation()
2078 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ -1); in LowerOperation()
2974 SDValue RISCVTargetLowering::lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG, in lowerVectorMaskExt() function in RISCVTargetLowering