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
233
PromoteIntegerResult
(N, i);
[
all
...]
LegalizeTypes.h
218
void
PromoteIntegerResult
(SDNode *N, unsigned ResNo);
[
all
...]
LegalizeIntegerTypes.cpp
31
///
PromoteIntegerResult
- This method is called when a result of a node is
35
void DAGTypeLegalizer::
PromoteIntegerResult
(SDNode *N, unsigned ResNo) {
46
dbgs() << "
PromoteIntegerResult
#" << ResNo << ": ";
[
all
...]
Completed in 28 milliseconds