OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAlias
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp
90
const SelectionDAG &DAG, bool &
IsAlias
) {
110
IsAlias
= !(*NumBytes0 <= PtrDiff);
118
IsAlias
= !((PtrDiff + *NumBytes1) <= 0);
134
IsAlias
= false;
151
IsAlias
= false;
DAGCombiner.cpp
616
bool
isAlias
(SDNode *Op0, SDNode *Op1) const;
18015
if (!
isAlias
(Chain.getNode(), N))
22721
bool DAGCombiner::
isAlias
(SDNode *Op0, SDNode *Op1) const {
22785
bool
IsAlias
;
22787
DAG,
IsAlias
))
22788
return
IsAlias
;
22881
if ((IsLoad && IsOpLoad) || !
isAlias
(N, C.getNode())) {
22899
if (!
isAlias
(N, C.getNode())) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h
79
// which case `
IsAlias
` is set to true/false.
84
const SelectionDAG &DAG, bool &
IsAlias
);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h
51
bool
IsAlias
;
59
: Index(0), TheDef(nullptr), IsRead(false),
IsAlias
(false),
62
: Index(Idx), TheDef(Def),
IsAlias
(false), IsVariadic(false) {
77
: Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read),
IsAlias
(false),
87
assert((!
IsAlias
|| Aliases.empty()) && "Alias cannot have aliases");
CodeGenSchedule.cpp
679
getSchedRW(AliasDef).
IsAlias
= true;
682
if (RW.
IsAlias
)
AsmMatcherEmitter.cpp
583
bool validate(StringRef CommentDelimiter, bool
IsAlias
) const;
1050
bool MatchableInfo::validate(StringRef CommentDelimiter, bool
IsAlias
) const {
1086
if (!
IsAlias
&& TheDef->getValueAsString("AsmMatchConverter").empty() &&
/src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp
346
bool
IsAlias
= Symbol != AliasedSymbol;
350
if (
IsAlias
) {
361
if (
IsAlias
&& Symbol->isUndefined())
376
if (Data.isExternal() || (!
IsAlias
&& Symbol->isUndefined()))
380
if (
IsAlias
&& Symbol->isUndefined())
399
IsAlias
&& cast<MCSymbolMachO>(OrigSymbol).isAltEntry();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
409
IsAlias
= 1 << 6,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
83
CV_ENUM_CLASS_ENT(LocalSymFlags,
IsAlias
),
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
962
bool
IsAlias
;
964
IsAlias
= true;
966
IsAlias
= false;
973
if(
IsAlias
&& !GlobalAlias::isValidLinkage(Linkage))
1010
if (
IsAlias
&& Ty != PTy->getElementType()) {
1018
if (!
IsAlias
&& !PTy->getElementType()->isFunctionTy()) {
1043
if (
IsAlias
)
1089
if (
IsAlias
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp
40
PUSH_FLAG(LocalSymFlags,
IsAlias
, Flags, "alias");
/src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLParser.cpp
469
bool scanAliasOrAnchor(bool
IsAlias
);
1485
bool Scanner::scanAliasOrAnchor(bool
IsAlias
) {
1508
T.Kind =
IsAlias
? Token::TK_Alias : Token::TK_Anchor;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
486
ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool
IsAlias
);
2450
ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool
IsAlias
) {
2521
if (
IsAlias
) {
2542
TypeAliasDecl *FromAlias =
IsAlias
? cast<TypeAliasDecl>(D) : nullptr;
2550
return VisitTypedefNameDecl(D, /*
IsAlias
=*/false);
2554
return VisitTypedefNameDecl(D, /*
IsAlias
=*/true);
Completed in 73 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026