Home
last modified time | relevance | path

Searched defs:Tbl (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup()
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup()
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
/external/llvm/include/llvm/Target/
DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, in CostTableLookup()
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp193 static void printHelp(StringRef ToolName, const SymbolizerOptTable &Tbl, in printHelp()
204 SymbolizerOptTable &Tbl) { in parseOptions()
265 SymbolizerOptTable Tbl; in main() local
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc379 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { in InStateZero()
449 const uint8* Tbl = Tbl_0; in UTF8GenericScan() local
/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc3537 __ 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
10770 __ Tbl(v8.V16B(), v1.V16B(), v4.V16B()); in TEST() local
10771 __ Tbl(v9.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local
[all …]
Dtest-assembler-sve-aarch64.cc6843 __ Tbl(z26.VnB(), z9.VnB(), ind_b); in TEST_SVE() local
6845 __ Tbl(z27.VnH(), z9.VnH(), ind_h); in TEST_SVE() local
6847 __ Tbl(z28.VnS(), z9.VnS(), ind_s); in TEST_SVE() local
6849 __ Tbl(z29.VnD(), z9.VnD(), ind_d); in TEST_SVE() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2503 void Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbl() function
2508 void Tbl(const VRegister& vd, in Tbl() function
2516 void Tbl(const VRegister& vd, in Tbl() function
2525 void Tbl(const VRegister& vd, in Tbl() function
6041 void Tbl(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Tbl() function