Searched refs:getExtType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1900 getExtType(i).writeToStream(OS); in print() 2089 R->setType(i, getExtType(i)); in InlinePatternFragments() 2987 !N->getExtType(0).empty() && in SimplifyTree() 2988 N->getExtType(0) == N->getChild(0)->getExtType(0) && in SimplifyTree() 3377 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse() 3378 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse() 3733 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern() 4156 if (N->getExtType(i).empty() || TI.isConcrete(N->getExtType(i), false)) in ForceArbitraryInstResultType() 4160 if (TI.forceArbitrary(N->getExtType(i))) in ForceArbitraryInstResultType() 4223 i, T->getExtType(i), Result); in ParseOnePattern() [all …]
|
| H A D | DAGISelMatcherGen.cpp | 512 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 513 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
| H A D | CodeGenDAGPatterns.h | 698 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function 701 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function
|
| H A D | GlobalISelEmitter.cpp | 4610 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer() 4660 auto SuperClass = inferSuperRegisterClass(Dst->getExtType(0), in createAndImportSubInstructionRenderer() 4739 const TypeSetByHwMode &ExtTy = Dst->getExtType(I); in importExplicitDefRenderers() 5033 const TypeSetByHwMode &VTy = Child0->getExtType(0); in inferRegClassFromPattern() 5038 const TypeSetByHwMode &VTy = N->getExtType(0); in inferRegClassFromPattern() 5355 Src->getExtType(0), Dst->getChild(0), Dst->getChild(2)); in runOnPattern() 5380 inferSuperRegisterClass(Src->getExtType(0), Dst->getChild(2)); in runOnPattern()
|