Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h665 SDValue lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp3842 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ 1); in LowerOperation()
3847 return lowerVectorMaskExt(Op, DAG, /*ExtVal*/ -1); in LowerOperation()
4946 SDValue RISCVTargetLowering::lowerVectorMaskExt(SDValue Op, SelectionDAG &DAG, in lowerVectorMaskExt() function in RISCVTargetLowering