Home
last modified time | relevance | path

Searched refs:expandUnalignedRVVStore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h996 SDValue expandUnalignedRVVStore(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp5590 SDValue RISCVTargetLowering::expandUnalignedRVVStore(SDValue Op, in expandUnalignedRVVStore()
6915 if (auto V = expandUnalignedRVVStore(Op, DAG)) in LowerOperation()
5589 SDValue RISCVTargetLowering::expandUnalignedRVVStore(SDValue Op, expandUnalignedRVVStore() function in RISCVTargetLowering