OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GVFlags
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
457
GlobalValueSummary::
GVFlags
Flags(
577
GlobalValueSummary::
GVFlags
Flags(
620
GlobalValueSummary::
GVFlags
Flags(
696
GlobalValueSummary::
GVFlags
GVFlags
(
707
GVFlags
, /*InstCount=*/0,
727
GVFlags
,
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
294
struct
GVFlags
{
334
explicit
GVFlags
(GlobalValue::LinkageTypes Linkage,
347
GVFlags
Flags;
370
GlobalValueSummary(SummaryKind K,
GVFlags
Flags, std::vector<ValueInfo> Refs)
396
/// Get the flags for this GlobalValue (see \p struct
GVFlags
).
397
GVFlags
flags() const { return Flags; }
457
AliasSummary(
GVFlags
Flags)
614
FunctionSummary::
GVFlags
(
655
FunctionSummary(
GVFlags
Flags, unsigned NumInsts, FFlags FunFlags,
869
GlobalVarSummary(
GVFlags
Flags, GVarFlags VarFlags
[
all
...]
ModuleSummaryIndexYAML.h
226
GlobalValueSummary::
GVFlags
(
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
8643
/// ::= 'function' ':' '(' 'module' ':' ModuleReference ','
GVFlags
8653
GlobalValueSummary::
GVFlags
GVFlags
= GlobalValueSummary::
GVFlags
(
8667
parseToken(lltok::comma, "expected ',' here") || parseGVFlags(
GVFlags
) ||
8705
GVFlags
, InstCount, FFlags, /*EntryCount=*/0, std::move(Refs),
8715
addGlobalValueToIndex(Name, GUID, (GlobalValue::LinkageTypes)
GVFlags
.Linkage,
8722
/// ::= 'variable' ':' '(' 'module' ':' ModuleReference ','
GVFlags
8730
GlobalValueSummary::
GVFlags
GVFlags
= GlobalValueSummary::GVFlags
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
349
bool parseGVFlags(GlobalValueSummary::
GVFlags
&
GVFlags
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
3373
GlobalValueSummary::
GVFlags
GVFlags
= Summary.flags();
3374
GlobalValue::LinkageTypes LT = (GlobalValue::LinkageTypes)
GVFlags
.Linkage;
3380
<< getVisibilityName((GlobalValue::VisibilityTypes)
GVFlags
.Visibility);
3381
Out << ", notEligibleToImport: " <<
GVFlags
.NotEligibleToImport;
3382
Out << ", live: " <<
GVFlags
.Live;
3383
Out << ", dsoLocal: " <<
GVFlags
.DSOLocal;
3384
Out << ", canAutoHide: " <<
GVFlags
.CanAutoHide;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
742
unsigned char
GVFlags
= Subtarget->classifyGlobalReference(GV);
745
if (isGlobalRelativeToPICBase(
GVFlags
)) {
752
if (!isGlobalStubReference(
GVFlags
)) {
759
AM.GVOpFlags =
GVFlags
;
776
StubAM.GVOpFlags =
GVFlags
;
789
if (Subtarget->isPICStyleRIPRel() ||
GVFlags
== X86II::MO_GOTPCREL)
X86ISelLowering.cpp
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
975
static GlobalValueSummary::
GVFlags
getDecodedGVSummaryFlags(uint64_t RawFlags,
991
return GlobalValueSummary::
GVFlags
(Linkage, Visibility, NotEligibleToImport,
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1070
static uint64_t getEncodedGVSummaryFlags(GlobalValueSummary::
GVFlags
Flags) {
Completed in 72 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026