Home
last modified time | relevance | path

Searched refs:shouldExpandGetVectorLength (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1012 bool shouldExpandGetVectorLength(EVT TripCountVT, unsigned VF,
H A DRISCVISelLowering.cpp1534 bool RISCVTargetLowering::shouldExpandGetVectorLength(EVT TripCountVT, in shouldExpandGetVectorLength()
1533 bool RISCVTargetLowering::shouldExpandGetVectorLength(EVT TripCountVT, shouldExpandGetVectorLength() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h462 virtual bool shouldExpandGetVectorLength(EVT CountVT, unsigned VF, in shouldExpandGetVectorLength() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7964 if (!TLI.shouldExpandGetVectorLength(CountVT, VF, IsScalable)) { in visitIntrinsicCall()