OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromoteIntegerResult
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
235
PromoteIntegerResult
(N, i);
[
all
...]
LegalizeTypes.h
222
void
PromoteIntegerResult
(SDNode *N, unsigned ResNo);
[
all
...]
LegalizeIntegerTypes.cpp
33
///
PromoteIntegerResult
- This method is called when a result of a node is
37
void DAGTypeLegalizer::
PromoteIntegerResult
(SDNode *N, unsigned ResNo) {
48
dbgs() << "
PromoteIntegerResult
#" << ResNo << ": ";
[
all
...]
Completed in 1595 milliseconds