OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValID
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
996
ValID
ID;
999
if (ID.Kind !=
ValID
::t_Constant)
3326
bool LLParser::parseValID(
ValID
&ID, PerFunctionState *PFS) {
3333
ID.Kind =
ValID
::t_GlobalID;
3337
ID.Kind =
ValID
::t_GlobalName;
3341
ID.Kind =
ValID
::t_LocalID;
3345
ID.Kind =
ValID
::t_LocalName;
3349
ID.Kind =
ValID
::t_APSInt;
3353
ID.Kind =
ValID
::t_APFloat;
3357
ID.Kind =
ValID
::t_Constant
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
40
///
ValID
- Represents a reference of a definition of some sort with no type.
44
struct
ValID
{
66
ValID
() = default;
67
ValID
(const
ValID
&RHS)
74
bool operator<(const
ValID
&RHS) const {
79
"Ordering not defined for this
ValID
kind yet");
129
// References to blockaddress. The key is the function
ValID
, the value is
131
std::map<
ValID
, std::map<
ValID
, GlobalValue *>> ForwardRefBlockAddresses
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
879
assert(F && "Expected
valid
function");
1071
// UnOps are only
valid
for int/fp or vector of int/fp types
1085
// BinOps are only
valid
for int/fp or vector of int/fp types
2283
unsigned
ValID
= GlobalInitWorklist.back().second;
2284
if (
ValID
>= ValueList.size()) {
2288
if (Constant *C = dyn_cast_or_null<Constant>(ValueList[
ValID
]))
2297
unsigned
ValID
= IndirectSymbolInitWorklist.back().second;
2298
if (
ValID
>= ValueList.size()) {
2301
Constant *C = dyn_cast_or_null<Constant>(ValueList[
ValID
]);
2313
unsigned
ValID
= FunctionPrefixWorklist.back().second
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2684
unsigned
ValID
= VE.getValueID(V);
2686
Vals.push_back(InstID -
ValID
);
2687
if (
ValID
>= InstID) {
2715
unsigned
ValID
= VE.getValueID(V);
2716
Vals.push_back(InstID -
ValID
);
2721
unsigned
ValID
= VE.getValueID(V);
2722
int64_t diff = ((int32_t)InstID - (int32_t)
ValID
);
3541
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); //
ValID
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026