Home
last modified time | relevance | path

Searched refs:hasStdExtV (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h57 bool supportsScalableVectors() const { return ST->hasStdExtV(); } in supportsScalableVectors()
66 ST->hasStdExtV() ? ST->getMinRVVVectorSizeInBits() : 0); in getRegisterBitWidth()
69 ST->hasStdExtV() ? ST->getMinRVVVectorSizeInBits() : 0); in getRegisterBitWidth()
100 if (!ST->hasStdExtV()) in isLegalMaskedLoadStore()
122 if (!ST->hasStdExtV()) in isLegalMaskedGatherScatter()
153 if (!ST->hasStdExtV()) in isLegalToVectorizeReduction()
H A DRISCVSubtarget.cpp109 assert(hasStdExtV() && "Tried to get vector length without V support!"); in getMaxRVVVectorSizeInBits()
124 assert(hasStdExtV() && in getMinRVVVectorSizeInBits()
141 assert(hasStdExtV() && in getMaxLMULForFixedLengthVectors()
149 return hasStdExtV() && getMinRVVVectorSizeInBits() != 0; in useRVVForFixedLengthVectors()
H A DRISCVSubtarget.h122 bool hasStdExtV() const { return HasStdExtV; } in hasStdExtV() function
139 return hasStdExtV() ? MaxInterleaveFactor : 1; in getMaxInterleaveFactor()
H A DRISCVTargetTransformInfo.cpp128 if (ST->hasStdExtV() && MaxVectorSizeInBits != 0) in getMaxVScale()
H A DRISCV.td172 def HasStdExtV : Predicate<"Subtarget->hasStdExtV()">,
H A DRISCVInsertVSETVLI.cpp699 if (!ST.hasStdExtV()) in runOnMachineFunction()
H A DRISCVFrameLowering.cpp863 if (!MF.getSubtarget<RISCVSubtarget>().hasStdExtV()) in hasRVVSpillWithFIs()
H A DRISCVISelLowering.cpp110 if (Subtarget.hasStdExtV()) { in RISCVTargetLowering()
410 if (Subtarget.hasStdExtV()) { in RISCVTargetLowering()
863 if (Subtarget.hasStdExtV()) { in RISCVTargetLowering()
878 if (Subtarget.hasStdExtV() && in getSetCCResultType()
3486 if (!Subtarget.hasStdExtV()) in lowerVectorIntrinsicSplats()
7268 (TLI.getSubtarget().hasStdExtV() && ValVT.isVector())) && in CC_RISCV()
7304 if (Subtarget.hasStdExtV()) in analyzeInputArgs()
7335 if (Subtarget.hasStdExtV()) in analyzeOutputArgs()
8180 if (Subtarget.hasStdExtV()) in CanLowerReturn()
8606 if (Subtarget.hasStdExtV()) { in getRegForInlineAsmConstraint()
H A DRISCVISelDAGToDAG.cpp843 if (!Subtarget->hasStdExtV()) in Select()