Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h696 unsigned MaskOpc,
705 SDValue lowerLogicVPOp(SDValue Op, SelectionDAG &DAG, unsigned MaskOpc,
DRISCVISelLowering.cpp6803 SDValue Op, SelectionDAG &DAG, unsigned MaskOpc, unsigned VecOpc) const { in lowerFixedLengthVectorLogicOpToRVV() argument
6807 return lowerToScalableOp(Op, DAG, MaskOpc, /*HasMergeOp*/ false, in lowerFixedLengthVectorLogicOpToRVV()
7232 unsigned MaskOpc, in lowerLogicVPOp() argument
7252 SDValue Val = DAG.getNode(MaskOpc, DL, ContainerVT, Op1, Op2, VL); in lowerLogicVPOp()