Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h33 class KeyInfo = LatticeKeyInfo<LatticeKey>>
110 template <class LatticeKey, class LatticeVal, class KeyInfo>
226 template <class LatticeKey, class LatticeVal, class KeyInfo>
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
243 template <class LatticeKey, class LatticeVal, class KeyInfo>
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
257 template <class LatticeKey, class LatticeVal, class KeyInfo>
258 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
266 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h33 class KeyInfo = LatticeKeyInfo<LatticeKey>>
110 template <class LatticeKey, class LatticeVal, class KeyInfo>
226 template <class LatticeKey, class LatticeVal, class KeyInfo>
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
243 template <class LatticeKey, class LatticeVal, class KeyInfo>
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
257 template <class LatticeKey, class LatticeVal, class KeyInfo>
258 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
266 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c103 } KeyInfo; typedef
143 InitKeyInfo(struct xkb_context *ctx, KeyInfo *keyi) in InitKeyInfo()
152 ClearKeyInfo(KeyInfo *keyi) in ClearKeyInfo()
177 darray(KeyInfo) keys;
178 KeyInfo default_key;
206 KeyInfo *keyi; in ClearSymbolsInfo()
217 KeyInfoText(SymbolsInfo *info, KeyInfo *keyi) in KeyInfoText()
357 MergeKeys(SymbolsInfo *info, KeyInfo *into, KeyInfo *from, bool same_file) in MergeKeys()
421 AddKeySymbols(SymbolsInfo *info, KeyInfo *keyi, bool same_file) in AddKeySymbols()
424 KeyInfo *iter; in AddKeySymbols()
[all …]
/external/clang/lib/Basic/
DIdentifierTable.cpp366 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local
368 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp385 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
387 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/external/llvm-project/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll22 …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/Transforms/GVN/
D2009-01-22-SortInvalidation.ll22 …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/
D2009-04-29-RegAllocAssert.ll24 …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/llvm-project/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll24 …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/llvm-project/llvm/test/Transforms/NewGVN/
D2009-01-22-SortInvalidation.ll22 …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/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1381 typedef struct KeyInfo KeyInfo;
1492 struct KeyInfo*,
1620 KeyInfo *pKeyInfo;
1730 void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
1733 UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
2310 struct KeyInfo {
2321 KeyInfo *pKeyInfo;
3442 KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
3443 void sqlite3KeyInfoUnref(KeyInfo*);
3444 KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
[all …]
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h3522 template <typename MemberTy, typename KeyInfo = DenseMapInfo<MemberTy>>
3524 using SetTy = DenseSet<MemberTy, KeyInfo>;
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14677 typedef struct KeyInfo KeyInfo; typedef
15227 struct KeyInfo*, /* First argument to compare function */
15452 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
15899 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
15902 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
17683 struct KeyInfo { struct
17735 KeyInfo *pKeyInfo; /* Collation and sort-order information */
20011 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
20012 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*);
20013 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c14649 typedef struct KeyInfo KeyInfo; typedef
14952 struct KeyInfo*, /* First argument to compare function */
15177 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
15624 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
15627 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
17652 struct KeyInfo { struct
17704 KeyInfo *pKeyInfo; /* Collation and sort-order information */
19971 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
19972 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*);
19973 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
[all …]
/external/sqlite/dist/
Dsqlite3.c14649 typedef struct KeyInfo KeyInfo; typedef
14952 struct KeyInfo*, /* First argument to compare function */
15177 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
15624 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
15627 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
17652 struct KeyInfo { struct
17704 KeyInfo *pKeyInfo; /* Collation and sort-order information */
19971 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
19972 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*);
19973 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
[all …]