Home
last modified time | relevance | path

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

/src/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() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DTargetLowering.h462 virtual bool shouldExpandGetVectorLength(EVT CountVT, unsigned VF, in shouldExpandGetVectorLength() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DSelectionDAGBuilder.cpp7964 if (!TLI.shouldExpandGetVectorLength(CountVT, VF, IsScalable)) { in visitIntrinsicCall()