/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InjectTLIMappings.cpp | 48 unsigned VF) { in mangleTLIName() 61 static Type *ToVectorTy(Type *Scalar, unsigned VF, bool isScalable = false) { in ToVectorTy() 72 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration() 121 for (unsigned VF = 2, WidestVF = TLI.getWidestVF(ScalarName); VF <= WidestVF; in addMappingsFromTLI() local
|
D | LoopUtils.cpp | 805 unsigned VF = Src->getType()->getVectorNumElements(); in getOrderedReduction() local 835 unsigned VF = Src->getType()->getVectorNumElements(); in getShuffleReduction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 300 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() 318 static bool hasIrregularType(Type *Ty, const DataLayout &DL, unsigned VF) { in hasIrregularType() 708 unsigned VF; member in llvm::InnerLoopVectorizer 1108 void setWideningDecision(Instruction *I, unsigned VF, InstWidening W, in setWideningDecision() 1116 void setWideningDecision(const InterleaveGroup<Instruction> *Grp, unsigned VF, in setWideningDecision() 1134 InstWidening getWideningDecision(Instruction *I, unsigned VF) { in getWideningDecision() 1151 unsigned getWideningCost(Instruction *I, unsigned VF) { in getWideningCost() 1162 bool isOptimizableIVTruncate(Instruction *I, unsigned VF) { in isOptimizableIVTruncate() 1192 void collectUniformsAndScalars(unsigned VF) { in collectUniformsAndScalars() 1472 unsigned VF) { in filterExtractingOperands() [all …]
|
D | LoadStoreVectorizer.cpp | 779 unsigned VF = VecRegSize / TySize; in collectInstructions() local 826 unsigned VF = VecRegSize / TySize; in collectInstructions() local 962 unsigned VF = VecRegSize / Sz; in vectorizeStoreChain() local 1113 unsigned VF = VecRegSize / Sz; in vectorizeLoadChain() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 397 unsigned VF = Ty->getVectorNumElements(); in getArithmeticInstrCost() local 583 unsigned VF = SrcTy->getVectorNumElements(); in getVectorTruncCost() local 627 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() 657 unsigned VF = Dst->getVectorNumElements(); in getBoolVecToIntConversionCost() local 678 unsigned VF = Src->getVectorNumElements(); in getCastInstrCost() local 811 unsigned VF = ValTy->getVectorNumElements(); in getCmpSelInstrCost() local 1080 unsigned VF = NumElts / Factor; in getInterleavedMemoryOpCost() local 1130 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 154 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 168 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 304 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 310 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction()
|
D | TargetTransformInfoImpl.h | 322 unsigned VF) { return 0; } in getOperandsScalarizationOverhead() 430 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } in getMaxInterleaveFactor() 497 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 594 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() 600 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
D | TargetTransformInfo.h | 1593 unsigned VF) override { in getOperandsScalarizationOverhead() 1705 unsigned getMaxInterleaveFactor(unsigned VF) override { in getMaxInterleaveFactor() 1782 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) override { in getIntrinsicInstrCost() 1859 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() 1864 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() 247 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() 301 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 469 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 498 unsigned VF) { in getIntrinsicInstrCost() 926 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 317 unsigned VF; in tryDemangleForVFABI() local
|
D | VectorUtils.cpp | 639 llvm::createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF, in createBitMaskForGaps() 659 unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask() 668 Constant *llvm::createInterleaveMask(IRBuilder<> &Builder, unsigned VF, in createInterleaveMask() 679 unsigned Stride, unsigned VF) { in createStrideMask()
|
D | TargetLibraryInfo.cpp | 1637 unsigned VF = 1; in getWidestVF() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 102 unsigned HexagonTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 124 ArrayRef<const Value*> Args, unsigned VF) { in getOperandsScalarizationOverhead() 134 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_iccdetect.c | 46 #define VF AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM macro
|
D | vf_iccgen.c | 48 #define VF AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM macro
|
D | vf_exposure.c | 106 #define VF AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM macro
|
D | vf_tpad.c | 49 #define VF AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM macro
|
D | vf_chromanr.c | 242 #define VF AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM macro
|
D | af_afir.c | 632 #define VF AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 152 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
D | MVETailPredication.cpp | 330 ConstantInt *VF = ConstantInt::get(cast<IntegerType>(TripCount->getType()), in ComputeElements() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 154 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 2292 unsigned VF) { in getIntrinsicInstrCost() 3188 unsigned VF = SrcVTy->getVectorNumElements(); in getGSVectorCost() local 3258 unsigned VF = SrcVTy->getVectorNumElements(); in getGSScalarCost() local 3296 unsigned VF = SrcVTy->getVectorNumElements(); in getGatherScatterOpCost() local 3589 unsigned VF = VecTy->getVectorNumElements() / Factor; in getInterleavedMemoryOpCostAVX2() local 3704 unsigned VF = VecTy->getVectorNumElements() / Factor; in getInterleavedMemoryOpCostAVX512() local
|
D | X86InterleavedAccess.cpp | 438 int VF = VT.getVectorNumElements(); in createShuffleStride() local 451 int VF = VT.getVectorNumElements() / std::max(VectorSize / 128, 1); in setGroupSize() local 613 int VF = VT.getVectorNumElements(); in group2Shuffle() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 657 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 935 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1838 for (FunctionSummary::VFuncId VF : FS->type_test_assume_vcalls()) { in run() local 1843 for (FunctionSummary::VFuncId VF : FS->type_checked_load_vcalls()) { in run() local 1959 for (FunctionSummary::VFuncId VF : FS->type_test_assume_vcalls()) { in run() local 1964 for (FunctionSummary::VFuncId VF : FS->type_checked_load_vcalls()) { in run() local
|