Home
last modified time | relevance | path

Searched defs:ValID (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h53 struct ValID { struct
84 ValID() = default; argument
85 ValID(const ValID &RHS) in ValID() argument
54 __anonc585d0010103ValID global() argument
[all...]
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2205 unsigned ValID = VE.getValueID(V); pushValueAndType() local
2219 unsigned ValID = VE.getValueID(V); pushValue() local
2225 unsigned ValID = VE.getValueID(V); pushValueSigned() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1029 __anon461288fb0602(unsigned ValID, BasicBlock *InsertBB) BitcodeReader() argument
1528 unsigned ValID = Worklist.back(); materializeValue() local
3036 unsigned ValID = GlobalInitWorklist.back().second; resolveGlobalAndIndirectSymbolInits() local
3050 unsigned ValID = IndirectSymbolInitWorklist.back().second; resolveGlobalAndIndirectSymbolInits() local
3075 unsigned ValID = Info.PersonalityFn - 1; resolveGlobalAndIndirectSymbolInits() local
3085 unsigned ValID = Info.Prefix - 1; resolveGlobalAndIndirectSymbolInits() local
3095 unsigned ValID = Info.Prologue - 1; resolveGlobalAndIndirectSymbolInits() local
4981 for (uint64_t ValID : Record) parseFunctionBody() local
[all...]
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2897 unsigned ValID = VE.getValueID(V); pushValueAndType() local
2928 unsigned ValID = VE.getValueID(V); pushValue() local
2934 unsigned ValID = VE.getValueID(V); pushValueSigned() local
[all...]