/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 43 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 D | SystemZTargetTransformInfo.cpp | 486 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 D | LoopVectorize.cpp | 802 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 D | LoadStoreVectorizer.cpp | 829 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 D | LoopVectorizationLegality.cpp | 588 for (ElementCount VF = ElementCount::getFixed(2); in isTLIScalarize() local 591 for (ElementCount VF = ElementCount::getScalable(1); in isTLIScalarize() local
|
H A D | VPlan.h | 127 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 D | VPlan.cpp | 478 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 D | TargetLibraryInfo.h | 156 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 D | VectorUtils.h | 83 unsigned VF; // Vectorization factor. member 307 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy()
|
H A D | TargetTransformInfoImpl.h | 446 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 D | TargetTransformInfo.h | 2081 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 D | VFABIDemangling.cpp | 71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 343 unsigned VF; in tryDemangleForVFABI() local
|
H A D | VectorUtils.cpp | 756 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 D | TargetLibraryInfo.cpp | 1748 ElementCount *VF = in getWidestVF() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 144 ElementCount VF) const { in isLegalToVectorizeReduction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 107 ElementCount VF = ElementCount::getFixed(0); in replaceWithCallToVeclib() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 443 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 D | X86TargetTransformInfo.cpp | 158 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 D | options.h | 73 #define VF 0x000008000ULL macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 342 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 D | ARMTargetTransformInfo.h | 175 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/netbsd-src/usr.sbin/lpr/common_source/ |
H A D | common.c | 108 const char *VF; /* name of vplot/vrast filter (per job) */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 2076 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 D | FileManager.cpp | 441 llvm::Optional<FileEntryRef> FileManager::getBypassFile(FileEntryRef VF) { in getBypassFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1781 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()
|