OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
1416
const TypeSetByHwMode &T0 = Child->
getExtType
(0);
1604
return TI.EnforceInteger(NodeToApply->
getExtType
(ResNo));
1607
return TI.EnforceFloatingPoint(NodeToApply->
getExtType
(ResNo));
1610
return TI.EnforceVector(NodeToApply->
getExtType
(ResNo));
1615
return NodeToApply->UpdateNodeType(ResNo, OtherNode->
getExtType
(OResNo),TP)|
1616
OtherNode->UpdateNodeType(OResNo,NodeToApply->
getExtType
(ResNo),TP);
1638
return TI.EnforceSmallerThan(TypeListTmp, OtherNode->
getExtType
(OResNo));
1645
return TI.EnforceSmallerThan(NodeToApply->
getExtType
(ResNo),
1646
BigOperand->
getExtType
(BResNo));
1655
return TI.EnforceVectorEltTypeIs(VecOperand->
getExtType
(VResNo)
[
all
...]
DAGISelMatcherGen.cpp
512
if (NodeNoTypes->
getExtType
(i) == N->
getExtType
(i)) continue;
513
NodeNoTypes->setType(i, N->
getExtType
(i));
CodeGenDAGPatterns.h
698
const TypeSetByHwMode &
getExtType
(unsigned ResNo) const {
701
TypeSetByHwMode &
getExtType
(unsigned ResNo) { return Types[ResNo]; }
GlobalISelEmitter.cpp
4596
inferSuperRegisterClassForNode(Dst->
getExtType
(0), Dst->getChild(0),
4646
auto SuperClass = inferSuperRegisterClass(Dst->
getExtType
(0),
4725
const TypeSetByHwMode &ExtTy = Dst->
getExtType
(I);
5019
const TypeSetByHwMode &VTy = Child0->
getExtType
(0);
5024
const TypeSetByHwMode &VTy = N->
getExtType
(0);
5341
Src->
getExtType
(0), Dst->getChild(0), Dst->getChild(2));
5366
inferSuperRegisterClass(Src->
getExtType
(0), Dst->getChild(2));
Completed in 104 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026