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.h137 bool selectVLOp(SDValue N, SDValue &VL);
H A DRISCVISelDAGToDAG.cpp261 selectVLOp(Node->getOperand(CurOp++), VL); in addVectorLoadStoreOperands()
1922 selectVLOp(Node->getOperand(3), VL); in Select()
2021 selectVLOp(Node->getOperand(5), VL); in Select()
2662 selectVLOp(Node->getOperand(2), VL); in Select()
2664 selectVLOp(Node->getOperand(2), VL); in Select()
3802 bool RISCVDAGToDAGISel::selectVLOp(SDValue N, SDValue &VL) { in selectVLOp() function in RISCVDAGToDAGISel
H A DRISCVInstrInfoVPseudos.td113 def VLOp : ComplexPattern<XLenVT, 1, "selectVLOp">;