/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup() 54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | CostTable.h | 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup() 54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | CostTable.h | 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | CostTable.h | 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | CostTable.h | 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | CostTable.h | 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | structurally_valid.cc | 379 static inline bool InStateZero(const UTF8ScanObj* st, const uint8_t* Tbl) { in InStateZero() 451 const uint8_t* Tbl = Tbl_0; in UTF8GenericScan() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | structurally_valid.cc | 379 static inline bool InStateZero(const UTF8ScanObj* st, const uint8_t* Tbl) { in InStateZero() 451 const uint8_t* Tbl = Tbl_0; in UTF8GenericScan() local
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-neon-aarch64.cc | 3537 __ Tbl(v16.V16B(), v1.V16B(), v0.V16B()); in TEST() local 3539 __ Tbl(v17.V16B(), v1.V16B(), v17.V16B()); in TEST() local 3541 __ Tbl(v18.V16B(), v18.V16B(), v0.V16B()); in TEST() local 3543 __ Tbl(v19.V16B(), v19.V16B(), v19.V16B()); in TEST() local 3546 __ Tbl(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B()); in TEST() local 3548 __ Tbl(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B()); in TEST() local 3553 __ Tbl(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B()); in TEST() local 3558 __ Tbl(v26.V16B(), in TEST() local 10794 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B()); in TEST() local 10795 __ Tbl(v9.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local [all …]
|
H A D | test-assembler-sve-aarch64.cc | 6784 __ Tbl(z26.VnB(), z9.VnB(), ind_b); in TEST_SVE() local 6786 __ Tbl(z27.VnH(), z9.VnH(), ind_h); in TEST_SVE() local 6788 __ Tbl(z28.VnS(), z9.VnS(), ind_s); in TEST_SVE() local 6790 __ Tbl(z29.VnD(), z9.VnD(), ind_d); in TEST_SVE() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2500 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbl() function 2505 void Tbl(const VRegister& vd, in Tbl() function 2513 void Tbl(const VRegister& vd, in Tbl() function 2522 void Tbl(const VRegister& vd, in Tbl() function 6064 void Tbl(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Tbl() function 7150 void Tbl(const ZRegister& zd, in Tbl() function
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 94837 "Tbl": 92425, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 94837 "Tbl": 92425, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 94778 "Tbl": 92425, number
|