Home
last modified time | relevance | path

Searched defs:ValueList (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h51 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h48 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp406 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl
726 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl()
1224 static Value *getValueFwdRef(BitcodeReaderValueList &ValueList, unsigned Idx, in getValueFwdRef()
2496 BitcodeReaderValueList &ValueList, in MetadataLoader()
H A DBitcodeReader.cpp617 BitcodeReaderValueList ValueList; member in __anondf6e26480411::BitcodeReader
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp148 typedef ArrayRef<SVal> ValueList; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h285 class ValueList; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h206 using ValueList = SmallVectorImpl<SVal>; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3515 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1793 SmallVector<Value *, 8> ValueList; in generateNewInstTree() local
H A DSLPVectorizer.cpp1134 using ValueList = SmallVector<Value *, 8>; typedef in llvm::slpvectorizer::BoUpSLP
[all...]
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h1216 UINT16 ValueList[1]; member
/freebsd/contrib/sqlite3/
H A Dsqlite3.c24155 typedef struct ValueList ValueList; typedef
24156 struct ValueList { struct
24157 BtCursor *pCsr; /* An ephemeral table holding all values */
24158 sqlite3_value *pOut; /* Register to hold each decoded output value */