Home
last modified time | relevance | path

Searched defs:VF (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp43 static void addVariantDeclaration(CallInst &CI, const ElementCount &VF, in addVariantDeclaration()
93 auto AddVariantDecl = [&](const ElementCount &VF) { in addMappingsFromTLI()
113 for (ElementCount VF = ElementCount::getFixed(2); in addMappingsFromTLI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp486 unsigned VF = VTy->getNumElements(); in getArithmeticInstrCost() local
633 unsigned VF = cast<FixedVectorType>(SrcTy)->getNumElements(); in getVectorTruncCost() local
677 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType()
707 unsigned VF = DstVTy->getNumElements(); in getBoolVecToIntConversionCost() local
771 unsigned VF = SrcVecTy->getNumElements(); in getCastInstrCost() local
905 unsigned VF = cast<FixedVectorType>(ValTy)->getNumElements(); in getCmpSelInstrCost() local
1150 unsigned VF = NumElts / Factor; in getInterleavedMemoryOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp802 ElementCount VF; member in llvm::InnerLoopVectorizer
1109 static Value *createStepForVF(IRBuilder<> &B, Constant *Step, ElementCount VF) { in createStepForVF()
1120 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF) { in getRuntimeVF()
1377 void setWideningDecision(Instruction *I, ElementCount VF, InstWidening W, in setWideningDecision()
1386 ElementCount VF, InstWidening W, in setWideningDecision()
1420 InstructionCost getWideningCost(Instruction *I, ElementCount VF) { in getWideningCost()
1431 bool isOptimizableIVTruncate(Instruction *I, ElementCount VF) { in isOptimizableIVTruncate()
1461 void collectUniformsAndScalars(ElementCount VF) { in collectUniformsAndScalars()
1511 bool canVectorizeReductions(ElementCount VF) { in canVectorizeReductions()
3198 unsigned VF = DstFVTy->getNumElements(); in createBitOrPointerCast() local
[all …]
H A DLoadStoreVectorizer.cpp829 unsigned VF = VecRegSize / TySize; in collectInstructions() local
876 unsigned VF = VecRegSize / TySize; in collectInstructions() local
1012 unsigned VF = VecRegSize / Sz; in vectorizeStoreChain() local
1165 unsigned VF = VecRegSize / Sz; in vectorizeLoadChain() local
H A DLoopVectorizationLegality.cpp588 for (ElementCount VF = ElementCount::getFixed(2); in isTLIScalarize() local
591 for (ElementCount VF = ElementCount::getScalable(1); in isTLIScalarize() local
H A DVPlan.h127 static VPLane getLastLaneForVF(const ElementCount &VF) { in getLastLaneForVF()
157 unsigned mapToCacheIndex(const ElementCount &VF) const { in mapToCacheIndex()
170 static unsigned getNumCachedLanes(const ElementCount &VF) { in getNumCachedLanes()
202 ElementCount VF; member
H A DVPlan.cpp478 for (unsigned Lane = 0, VF = State->VF.getKnownMinValue(); Lane < VF; in execute() local
683 auto VF = State->VF; in execute() local
1123 ElementCount VF = State.VF; in execute() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h156 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable()
315 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable()
321 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction()
H A DVectorUtils.h83 unsigned VF; // Vectorization factor. member
307 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy()
H A DTargetTransformInfoImpl.h446 unsigned getMaxInterleaveFactor(unsigned VF) const { return 1; } in getMaxInterleaveFactor()
719 ElementCount VF) const { in isLegalToVectorizeReduction()
723 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
729 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DTargetTransformInfo.h2081 unsigned getMaxInterleaveFactor(unsigned VF) override { in getMaxInterleaveFactor()
2258 ElementCount VF) const override { in isLegalToVectorizeReduction()
2261 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
2266 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN()
343 unsigned VF; in tryDemangleForVFABI() local
H A DVectorUtils.cpp756 llvm::createBitMaskForGaps(IRBuilderBase &Builder, unsigned VF, in createBitMaskForGaps()
776 llvm::createReplicatedMask(unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask()
785 llvm::SmallVector<int, 16> llvm::createInterleaveMask(unsigned VF, in createInterleaveMask()
796 llvm::createStrideMask(unsigned Start, unsigned Stride, unsigned VF) { in createStrideMask()
1303 ElementCount VF) { in mangleTLIVectorName()
H A DTargetLibraryInfo.cpp1748 ElementCount *VF = in getWidestVF() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h144 ElementCount VF) const { in isLegalToVectorizeReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp107 ElementCount VF = ElementCount::getFixed(0); in replaceWithCallToVeclib() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp443 int VF = VT.getVectorNumElements(); in createShuffleStride() local
456 int VF = VT.getVectorNumElements() / std::max(VectorSize / 128, 1); in setGroupSize() local
615 int VF = VT.getVectorNumElements(); in group2Shuffle() local
H A DX86TargetTransformInfo.cpp158 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
4301 unsigned VF = cast<FixedVectorType>(SrcVTy)->getNumElements(); in getGSVectorCost() local
4376 unsigned VF = cast<FixedVectorType>(SrcVTy)->getNumElements(); in getGSScalarCost() local
4429 unsigned VF = cast<FixedVectorType>(SrcVTy)->getNumElements(); in getGatherScatterOpCost() local
4734 unsigned VF = VecTy->getNumElements() / Factor; in getInterleavedMemoryOpCostAVX2() local
4842 unsigned VF = VecTy->getNumElements() / Factor; in getInterleavedMemoryOpCostAVX512() local
/netbsd-src/bin/pax/
H A Doptions.h73 #define VF 0x000008000ULL macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp342 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
353 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
473 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
1309 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h175 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
/netbsd-src/usr.sbin/lpr/common_source/
H A Dcommon.c108 const char *VF; /* name of vplot/vrast filter (per job) */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2076 for (FunctionSummary::VFuncId VF : FS->type_test_assume_vcalls()) { in run() local
2081 for (FunctionSummary::VFuncId VF : FS->type_checked_load_vcalls()) { in run() local
2205 for (FunctionSummary::VFuncId VF : FS->type_test_assume_vcalls()) { in run() local
2210 for (FunctionSummary::VFuncId VF : FS->type_checked_load_vcalls()) { in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp441 llvm::Optional<FileEntryRef> FileManager::getBypassFile(FileEntryRef VF) { in getBypassFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1781 inline ProgramStateRef EquivalenceClass::markDisequal(BasicValueFactory &VF, in markDisequal()
1789 inline ProgramStateRef EquivalenceClass::markDisequal(BasicValueFactory &VF, in markDisequal()
1798 EquivalenceClass::markDisequal(BasicValueFactory &VF, RangeSet::Factory &RF, in markDisequal()
1829 BasicValueFactory &VF, RangeSet::Factory &RF, ProgramStateRef State, in addToDisequalityInfo()

12