/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 34 class KeyInfo = LatticeKeyInfo<LatticeKey>> 111 template <class LatticeKey, class LatticeVal, class KeyInfo> 227 template <class LatticeKey, class LatticeVal, class KeyInfo> 229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 244 template <class LatticeKey, class LatticeVal, class KeyInfo> 245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() 254 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() 258 template <class LatticeKey, class LatticeVal, class KeyInfo> 259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable() 267 template <class LatticeKey, class LatticeVal, class KeyInfo> [all …]
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | symbols.c | 101 } KeyInfo; typedef 141 InitKeyInfo(struct xkb_context *ctx, KeyInfo *keyi) in InitKeyInfo() 150 ClearKeyInfo(KeyInfo *keyi) in ClearKeyInfo() 175 darray(KeyInfo) keys; 176 KeyInfo default_key; 204 KeyInfo *keyi; in ClearSymbolsInfo() 215 KeyInfoText(SymbolsInfo *info, KeyInfo *keyi) in KeyInfoText() 365 MergeKeys(SymbolsInfo *info, KeyInfo *into, KeyInfo *from, bool same_file) in MergeKeys() 429 AddKeySymbols(SymbolsInfo *info, KeyInfo *keyi, bool same_file) in AddKeySymbols() 432 KeyInfo *iter; in AddKeySymbols() [all …]
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 366 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local 368 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 22 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | 2009-01-22-SortInvalidation.ll | 22 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 24 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 22 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 24 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 22 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 24 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 13246 typedef struct KeyInfo KeyInfo; typedef 13519 struct KeyInfo*, /* First argument to compare function */ 13728 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 14132 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 14135 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*); 15945 struct KeyInfo { struct 15991 KeyInfo *pKeyInfo; /* Collation and sort-order information */ 17987 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); 17988 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*); 17989 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 13246 typedef struct KeyInfo KeyInfo; typedef 13519 struct KeyInfo*, /* First argument to compare function */ 13728 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 14132 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 14135 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*); 15945 struct KeyInfo { struct 15991 KeyInfo *pKeyInfo; /* Collation and sort-order information */ 17987 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); 17988 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*); 17989 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*); [all …]
|