Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h995 SDValue expandUnalignedRVVLoad(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp5560 SDValue RISCVTargetLowering::expandUnalignedRVVLoad(SDValue Op, in expandUnalignedRVVLoad() function in RISCVTargetLowering
6907 if (auto V = expandUnalignedRVVLoad(Op, DAG)) in LowerOperation()