Searched refs:getExtType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1005 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint() 1008 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP); in ApplyTypeConstraint() 1011 return NodeToApply->getExtType(ResNo).EnforceVector(TP); in ApplyTypeConstraint() 1016 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1017 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1039 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint() 1046 return NodeToApply->getExtType(ResNo). in ApplyTypeConstraint() 1047 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint() 1057 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint() 1058 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint() [all …]
|
D | DAGISelMatcherGen.cpp | 466 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 467 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
D | CodeGenDAGPatterns.h | 373 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() function 374 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1396 const TypeSetByHwMode &T0 = Child->getExtType(0); in getPatternSize() 1558 return TI.EnforceInteger(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1561 return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1564 return TI.EnforceVector(NodeToApply->getExtType(ResNo)); in ApplyTypeConstraint() 1569 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1570 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1592 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint() 1599 return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo), in ApplyTypeConstraint() 1600 BigOperand->getExtType(BResNo)); in ApplyTypeConstraint() 1609 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint() [all …]
|
D | DAGISelMatcherGen.cpp | 508 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 509 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
D | CodeGenDAGPatterns.h | 700 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 703 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
D | GlobalISelEmitter.cpp | 4536 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer() 4586 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0), in createAndImportSubInstructionRenderer() 4665 const TypeSetByHwMode &ExtTy = Dst->getExtType(I); in importExplicitDefRenderers() 4957 const TypeSetByHwMode &VTy = Child0->getExtType(0); in inferRegClassFromPattern() 4962 const TypeSetByHwMode &VTy = N->getExtType(0); in inferRegClassFromPattern() 5276 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2)); in runOnPattern() 5301 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2)); in runOnPattern()
|