OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropList
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
373
std::vector<Record*>
PropList
= R->getValueAsListOfDefs("Properties");
374
for (unsigned i = 0, e =
PropList
.size(); i != e; ++i)
375
if (
PropList
[i]->getName() == "SDNPHasChain") {
377
} else if (
PropList
[i]->getName() == "SDNPOptInGlue") {
379
} else if (
PropList
[i]->getName() == "SDNPMayStore") {
381
} else if (
PropList
[i]->getName() == "SDNPMayLoad") {
383
} else if (
PropList
[i]->getName() == "SDNPSideEffect") {
385
} else if (
PropList
[i]->getName() == "SDNPMemOperand") {
387
} else if (
PropList
[i]->getName() == "SDNPVariadic") {
389
} else if (
PropList
[i]->getName() == "SDNPWantRoot")
[
all
...]
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 569 milliseconds