Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h130 bool selectVLOp(SDValue N, SDValue &VL);
H A DRISCVISelDAGToDAG.cpp316 selectVLOp(Node->getOperand(CurOp++), VL); in addVectorLoadStoreOperands()
1641 selectVLOp(Node->getOperand(3), VL); in Select()
1721 selectVLOp(Node->getOperand(5), VL); in Select()
2309 selectVLOp(Node->getOperand(2), VL); in Select()
2311 selectVLOp(Node->getOperand(2), VL); in Select()
3282 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp() function in RISCVDAGToDAGISel
H A DRISCVInstrInfoVPseudos.td92 def VLOp : ComplexPattern<XLenVT, 1, "selectVLOp">;