Home
last modified time | relevance | path

Searched refs:selectVLOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h78 bool selectVLOp(SDValue N, SDValue &VL);
H A DRISCVISelDAGToDAG.cpp272 selectVLOp(Node->getOperand(CurOp++), VL); in addVectorLoadStoreOperands()
1039 selectVLOp(Node->getOperand(3), VL); in Select()
1119 selectVLOp(Node->getOperand(5), VL); in Select()
1704 selectVLOp(Node->getOperand(2), VL); in Select()
1706 selectVLOp(Node->getOperand(2), VL); in Select()
2231 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp() function in RISCVDAGToDAGISel
H A DRISCVInstrInfoVPseudos.td35 def VLOp : ComplexPattern<XLenVT, 1, "selectVLOp">;