reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
669 assert(N->isLeaf() && "Must be a leaf"); 671 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { 672 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getSimpleType(0))); 678 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) { 683 AddMatcher(new EmitRegisterMatcher(Reg, N->getSimpleType(0))); 689 AddMatcher(new EmitRegisterMatcher(nullptr, N->getSimpleType(0))); 695 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; 726 N->dump();