/aosp_15_r20/external/noto-fonts/ |
H A D | Android.bp | 60 "notosansarmenian/NotoSansArmenian-VF.ttf", 61 "notosansbengaliui/NotoSansBengaliUI-VF.ttf", 62 "notosansdevanagariui/NotoSansDevanagariUI-VF.ttf", 63 "notosansethiopic/NotoSansEthiopic-VF.ttf", 64 "notosansgeorgian/NotoSansGeorgian-VF.ttf", 66 "notosansgurmukhiui/NotoSansGurmukhiUI-VF.ttf", 68 "notosanskannadaui/NotoSansKannadaUI-VF.ttf", 71 "notosansmalayalamui/NotoSansMalayalamUI-VF.ttf", 74 "notosanssinhalaui/NotoSansSinhalaUI-VF.ttf", 75 "notosanstamilui/NotoSansTamilUI-VF.ttf", [all …]
|
H A D | fonts.mk | 33 NotoSansAdlam-VF.ttf \ 36 NotoSansArmenian-VF.ttf \ 42 NotoSansBengali-VF.ttf \ 43 NotoSansBengaliUI-VF.ttf \ 59 NotoSansDevanagari-VF.ttf \ 60 NotoSansDevanagariUI-VF.ttf \ 63 NotoSansEthiopic-VF.ttf \ 64 NotoSansGeorgian-VF.ttf \ 73 NotoSansGurmukhi-VF.ttf \ 74 NotoSansGurmukhiUI-VF.ttf \ [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 300 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() argument 301 if (Scalar->isVoidTy() || VF == 1) in ToVectorTy() 303 return VectorType::get(Scalar, VF); in ToVectorTy() 318 static bool hasIrregularType(Type *Ty, const DataLayout &DL, unsigned VF) { in hasIrregularType() argument 321 if (VF > 1) { in hasIrregularType() 322 auto *VectorTy = VectorType::get(Ty, VF); in hasIrregularType() 323 return VF * DL.getTypeAllocSize(Ty) != DL.getTypeStoreSize(VectorTy); in hasIrregularType() 408 AC(AC), ORE(ORE), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer() 433 void widenGEP(GetElementPtrInst *GEP, unsigned UF, unsigned VF, 439 void widenPHIInstruction(Instruction *PN, unsigned UF, unsigned VF); [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 457 AC(AC), ORE(ORE), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer() 675 ElementCount VF; member in llvm::InnerLoopVectorizer 953 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() argument 956 Constant *StepVal = ConstantInt::get(Ty, Step * VF.getKnownMinValue()); in createStepForVF() 957 return VF.isScalable() ? B.CreateVScale(StepVal) : StepVal; in createStepForVF() 961 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() argument 962 Constant *EC = ConstantInt::get(Ty, VF.getKnownMinValue()); in getRuntimeVF() 963 return VF.isScalable() ? B.CreateVScale(EC) : EC; in getRuntimeVF() 988 ElementCount VF) { in getRuntimeVFAsFloat() argument 991 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() [all …]
|
H A D | VPlanRecipes.cpp | 138 auto Lane = VPLane::getLastLaneForVF(State.VF); in fixPhi() 235 auto *PredTy = VectorType::get(Int1Ty, State.VF); in generateInstruction() 276 createStepForVF(Builder, Phi->getType(), State.VF, State.UF); in generateInstruction() 297 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction() 449 ToVectorTy(ArgOperand->getType(), State.VF.getKnownMinValue())); in execute() 471 if (State.VF.isVector()) in execute() 473 VectorType::get(CI.getType()->getScalarType(), State.VF); in execute() 479 const VFShape Shape = VFShape::get(CI, State.VF, false /*HasGlobalPred*/); in execute() 666 Type *DestTy = (State.VF.isScalar()) in execute() 668 : VectorType::get(CI->getType(), State.VF); in execute() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 385 #define VF(c, pf, type, size, bgra) \ macro 397 VF(A, B8G8R8A8_UNORM, UNORM, 8_8_8_8, 1), 398 VF(A, R8G8B8A8_UNORM, UNORM, 8_8_8_8, 0), 400 VF(A, R10G10B10A2_UNORM, UNORM, 10_10_10_2, 0), 401 VF(A, B10G10R10A2_UNORM, UNORM, 10_10_10_2, 1), 402 VF(A, R10G10B10A2_SNORM, SNORM, 10_10_10_2, 0), 403 VF(A, B10G10R10A2_SNORM, SNORM, 10_10_10_2, 1), 404 VF(A, R10G10B10A2_UINT, UINT, 10_10_10_2, 0), 405 VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2, 1), 407 VF(A, R11G11B10_FLOAT, FLOAT, 11_11_10, 0), [all …]
|
/aosp_15_r20/frameworks/base/ravenwood/ |
H A D | Android.bp | 380 ":NotoSansAdlam-VF.ttf", 383 ":NotoSansArmenian-VF.ttf", 389 ":NotoSansBengali-VF.ttf", 390 ":NotoSansBengaliUI-VF.ttf", 406 ":NotoSansDevanagari-VF.ttf", 407 ":NotoSansDevanagariUI-VF.ttf", 410 ":NotoSansEthiopic-VF.ttf", 411 ":NotoSansGeorgian-VF.ttf", 420 ":NotoSansGurmukhi-VF.ttf", 421 ":NotoSansGurmukhiUI-VF.ttf", [all …]
|
/aosp_15_r20/build/make/target/product/generic/ |
H A D | Android.bp | 150 "NotoSansAdlam-VF.ttf", 153 "NotoSansArmenian-VF.ttf", 159 "NotoSansBengali-VF.ttf", 160 "NotoSansBengaliUI-VF.ttf", 176 "NotoSansDevanagari-VF.ttf", 177 "NotoSansDevanagariUI-VF.ttf", 180 "NotoSansEthiopic-VF.ttf", 181 "NotoSansGeorgian-VF.ttf", 190 "NotoSansGurmukhi-VF.ttf", 191 "NotoSansGurmukhiUI-VF.ttf", [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 48 unsigned VF) { in mangleTLIName() argument 51 Out << "_ZGV" << VFABI::_LLVM_ << "N" << VF; in mangleTLIName() 61 static Type *ToVectorTy(Type *Scalar, unsigned VF, bool isScalable = false) { in ToVectorTy() argument 62 if (Scalar->isVoidTy() || VF == 1) in ToVectorTy() 64 return VectorType::get(Scalar, {VF, isScalable}); in ToVectorTy() 72 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration() argument 77 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() 80 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in addVariantDeclaration() 121 for (unsigned VF = 2, WidestVF = TLI.getWidestVF(ScalarName); VF <= WidestVF; in addMappingsFromTLI() local 122 VF *= 2) { in addMappingsFromTLI() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 241 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() argument 242 if (Scalar->isVoidTy() || VF == 1) in ToVectorTy() 244 return VectorType::get(Scalar, VF); in ToVectorTy() 295 AC(AC), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer() 379 unsigned VF, PhiVector *PV); 542 unsigned VF; member in __anond9ee33c50111::InnerLoopVectorizer 1631 unsigned selectInterleaveCount(bool OptForSize, unsigned VF, 1638 unsigned computeInterleaveCount(bool OptForSize, unsigned VF, 1673 VectorizationCostTy expectedCost(unsigned VF); 1677 VectorizationCostTy getInstructionCost(Instruction *I, unsigned VF); [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/79/ |
D | 795f756a897460f03089cbcceaf1e93d2ab0fb35 | 225 "NotoSansAdlam-VF.ttf", 228 "NotoSansArmenian-VF.ttf", 234 "NotoSansBengali-VF.ttf", 235 "NotoSansBengaliUI-VF.ttf", 251 "NotoSansDevanagari-VF.ttf", 252 "NotoSansDevanagariUI-VF.ttf", 255 "NotoSansEthiopic-VF.ttf", 256 "NotoSansGeorgian-VF.ttf", 265 "NotoSansGurmukhi-VF.ttf", 266 "NotoSansGurmukhiUI-VF.ttf", [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/noto-fonts/noto-fonts/ |
D | meta_lic.rsp | 1 …VF/meta_lic -d out/soong/.intermediates/external/noto-fonts/notosansanatolianhieroglyphs/NotoSansA…
|
D | meta_lic | 184 file: "out/soong/.intermediates/external/noto-fonts/notosansadlam/NotoSansAdlam-VF/meta_lic" 190 file: "out/soong/.intermediates/external/noto-fonts/notosansarmenian/NotoSansArmenian-VF/meta_lic" 208 file: "out/soong/.intermediates/external/noto-fonts/notosansbengali/NotoSansBengali-VF/meta_lic" 211 …file: "out/soong/.intermediates/external/noto-fonts/notosansbengaliui/NotoSansBengaliUI-VF/meta_li… 256 …file: "out/soong/.intermediates/external/noto-fonts/notosansdevanagari/NotoSansDevanagari-VF/meta_… 259 …file: "out/soong/.intermediates/external/noto-fonts/notosansdevanagariui/NotoSansDevanagariUI-VF/m… 268 file: "out/soong/.intermediates/external/noto-fonts/notosansethiopic/NotoSansEthiopic-VF/meta_lic" 271 file: "out/soong/.intermediates/external/noto-fonts/notosansgeorgian/NotoSansGeorgian-VF/meta_lic" 292 file: "out/soong/.intermediates/external/noto-fonts/notosansgurmukhi/NotoSansGurmukhi-VF/meta_lic" 295 …file: "out/soong/.intermediates/external/noto-fonts/notosansgurmukhiui/NotoSansGurmukhiUI-VF/meta_… [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 42 static void addVariantDeclaration(CallInst &CI, const ElementCount &VF, in addVariantDeclaration() argument 47 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() 50 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in addVariantDeclaration() 92 auto AddVariantDecl = [&](const ElementCount &VF) { in addMappingsFromTLI() argument 94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI() 97 VFABI::mangleTLIVectorName(TLIName, ScalarName, CI.arg_size(), VF); in addMappingsFromTLI() 104 addVariantDeclaration(CI, VF, TLIName); in addMappingsFromTLI() 112 for (ElementCount VF = ElementCount::getFixed(2); in addMappingsFromTLI() local 113 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI() 114 AddVariantDecl(VF); in addMappingsFromTLI()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 397 unsigned VF = Ty->getVectorNumElements(); in getArithmeticInstrCost() local 410 return VF * DivMulSeqCost + getScalarizationOverhead(Ty, Args); in getArithmeticInstrCost() 411 if ((SignedDivRem || UnsignedDivRem) && VF > 4) in getArithmeticInstrCost() 433 unsigned Cost = (VF * ScalarCost) + getScalarizationOverhead(Ty, Args); in getArithmeticInstrCost() 436 if (VF == 2) in getArithmeticInstrCost() 450 unsigned Cost = (VF * LIBCALL_COST) + getScalarizationOverhead(Ty, Args); in getArithmeticInstrCost() 452 if (VF == 2 && ScalarBits == 32) in getArithmeticInstrCost() 583 unsigned VF = SrcTy->getVectorNumElements(); in getVectorTruncCost() local 593 if (VF == 8 && SrcTy->getScalarSizeInBits() == 64 && in getVectorTruncCost() 627 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 521 unsigned VF = VTy->getNumElements(); in getArithmeticInstrCost() local 535 return VF * DivMulSeqCost + in getArithmeticInstrCost() 538 if ((SignedDivRem || UnsignedDivRem) && VF > 4) in getArithmeticInstrCost() 562 (VF * ScalarCost) + in getArithmeticInstrCost() 566 if (VF == 2) in getArithmeticInstrCost() 581 InstructionCost Cost = (VF * LIBCALL_COST) + in getArithmeticInstrCost() 584 if (VF == 2 && ScalarBits == 32) in getArithmeticInstrCost() 672 unsigned VF = cast<FixedVectorType>(SrcTy)->getNumElements(); in getVectorTruncCost() local 682 if (VF == 8 && SrcTy->getScalarSizeInBits() == 64 && in getVectorTruncCost() 716 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() argument [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 177 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() argument 178 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 187 StringRef getVectorizedFunction(StringRef F, unsigned VF) const; 191 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() argument 192 return !getScalarizedFunction(F, VF).empty(); in isFunctionScalarizable() 199 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const; 244 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() argument 245 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 250 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() argument 251 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 154 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() argument 155 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 164 StringRef getVectorizedFunction(StringRef F, unsigned VF) const; 168 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() argument 169 return !getScalarizedFunction(F, VF).empty(); in isFunctionScalarizable() 176 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const; 304 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() argument 305 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 310 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() argument 311 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | VectorUtils.h | 83 ElementCount VF; // Vectorization factor. member 87 return std::tie(VF, Parameters) == std::tie(Other.VF, Other.Parameters); 267 std::optional<ElementCount> VF = std::nullopt) { 273 if (!VF || Info.Shape.VF == *VF) 324 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() argument 325 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy() 509 Constant *createBitMaskForGaps(IRBuilderBase &Builder, unsigned VF, 525 unsigned VF); 538 llvm::SmallVector<int, 16> createInterleaveMask(unsigned VF, unsigned NumVecs); 553 unsigned VF);
|
D | TargetLibraryInfo.h | 201 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 202 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 203 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 212 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 218 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 395 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 396 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 401 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 403 return Impl->getVectorizedFunction(F, VF, Masked); 405 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() argument [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | destructor.cpp | 213 struct VF final: VB {}; struct 246 VF vf; use(vf); in nowarnstack() 310 VF* vf = new VF(); in nowarn0() 315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() 320 vf->~VF(); in nowarn0_explicit_dtor() 367 simple_ptr<VF> vf(new VF()); in nowarn1()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 202 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 219 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 396 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 397 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked); 406 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() argument [all …]
|
D | VectorUtils.h | 82 std::optional<ElementCount> VF = std::nullopt) { 88 if (!VF || Info.Shape.VF == *VF) 139 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() argument 140 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy() 324 Constant *createBitMaskForGaps(IRBuilderBase &Builder, unsigned VF, 340 unsigned VF); 353 llvm::SmallVector<int, 16> createInterleaveMask(unsigned VF, unsigned NumVecs); 368 unsigned VF);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 202 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 219 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 396 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 397 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked); 406 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 202 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 219 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 396 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() argument 397 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable() 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked); 406 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() argument [all …]
|