Searched refs:selectVLOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 129 bool selectVLOp(SDValue N, SDValue &VL);
|
| H A D | RISCVISelDAGToDAG.cpp | 317 selectVLOp(Node->getOperand(CurOp++), VL); in addVectorLoadStoreOperands() 1468 selectVLOp(Node->getOperand(3), VL); in Select() 1548 selectVLOp(Node->getOperand(5), VL); in Select() 2120 selectVLOp(Node->getOperand(2), VL); in Select() 2122 selectVLOp(Node->getOperand(2), VL); in Select() 3081 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp() function in RISCVDAGToDAGISel 3191 selectVLOp(N->getOperand(2), VL); in selectLow8BitsVSplat()
|
| H A D | RISCVInstrInfoVPseudos.td | 97 def VLOp : ComplexPattern<XLenVT, 1, "selectVLOp">;
|