OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OResNo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp
859
unsigned
OResNo
= 0;
861
getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo,
OResNo
);
862
return NodeToApply->UpdateNodeType(
OResNo
, OtherNode->getExtType(ResNo),TP)|
863
OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(
OResNo
),TP);
878
unsigned
OResNo
= 0;
881
OResNo
);
883
return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(
OResNo
), TP);
[
all
...]
Completed in 143 milliseconds