Searched refs:MaskOpc (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.h | 696 unsigned MaskOpc, 705 SDValue lowerLogicVPOp(SDValue Op, SelectionDAG &DAG, unsigned MaskOpc,
|
| D | RISCVISelLowering.cpp | 6803 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()
|