OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDNPMayLoad
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h
26
SDNPMayLoad
,
SDNodeProperties.cpp
32
} else if (Property->getName() == "
SDNPMayLoad
") {
33
Properties |= 1 <<
SDNPMayLoad
;
CodeGenTarget.cpp
590
} else if (PropList[i]->getName() == "
SDNPMayLoad
") {
591
Properties |= 1 <<
SDNPMayLoad
;
CodeGenDAGPatterns.cpp
3543
if (CP.hasProperty(
SDNPMayLoad
)) mayLoad = true;
3556
if (N->NodeHasProperty(
SDNPMayLoad
, CDP)) mayLoad = true;
Completed in 70 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026