Searched refs:getExtType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1958 getExtType(i).writeToStream(OS); in print() 2147 R->setType(i, getExtType(i)); in InlinePatternFragments() 3064 !N->getExtType(0).empty() && in SimplifyTree() 3065 N->getExtType(0) == N->getChild(0)->getExtType(0) && in SimplifyTree() 3454 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse() 3455 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse() 3810 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern() 4233 if (N->getExtType(i).empty() || TI.isConcrete(N->getExtType(i), false)) in ForceArbitraryInstResultType() 4237 if (TI.forceArbitrary(N->getExtType(i))) in ForceArbitraryInstResultType() 4300 i, T->getExtType(i), Result); in ParseOnePattern() [all …]
|
| H A D | DAGISelMatcherGen.cpp | 513 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 514 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
| H A D | CodeGenDAGPatterns.h | 706 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 709 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
| H A D | GlobalISelEmitter.cpp | 4654 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer() 4704 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0), in createAndImportSubInstructionRenderer() 4783 const TypeSetByHwMode &ExtTy = Dst->getExtType(I); in importExplicitDefRenderers() 5077 const TypeSetByHwMode &VTy = Child0->getExtType(0); in inferRegClassFromPattern() 5082 const TypeSetByHwMode &VTy = N->getExtType(0); in inferRegClassFromPattern() 5273 const TypeSetByHwMode &VTy = Src->getExtType(I); in runOnPattern() 5414 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2)); in runOnPattern() 5439 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2)); in runOnPattern()
|