Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h51 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h48 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.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()
HDBitcodeReader.cpp617 BitcodeReaderValueList ValueList; member in __anon4cd6bf210411::BitcodeReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDProgramState.cpp148 typedef ArrayRef<SVal> ValueList; typedef
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h285 class ValueList; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h206 using ValueList = SmallVectorImpl<SVal>; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp3515 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVectorCombine.cpp1793 SmallVector<Value *, 8> ValueList; in generateNewInstTree() local
HDSLPVectorizer.cpp1134 using ValueList = SmallVector<Value *, 8>; typedef in llvm::slpvectorizer::BoUpSLP
/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c23661 typedef struct ValueList ValueList; typedef
23662 struct ValueList { struct
23663 BtCursor *pCsr; /* An ephemeral table holding all values */
23664 sqlite3_value *pOut; /* Register to hold each decoded output value */
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
HDUefiInternalFormRepresentation.h1218 UINT16 ValueList[1]; member