Home | History | Annotate | Download | only in TableGen

Lines Matching refs:VN

1045   explicit VarInit(const std::string &VN, RecTy *T)
1046 : TypedInit(IK_VarInit, T), VarName(StringInit::get(VN)) {}
1047 explicit VarInit(Init *VN, RecTy *T)
1048 : TypedInit(IK_VarInit, T), VarName(VN) {}
1057 static VarInit *get(const std::string &VN, RecTy *T);
1058 static VarInit *get(Init *VN, RecTy *T);
1265 DagInit(Init *V, const std::string &VN,
1268 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN),
1279 static DagInit *get(Init *V, const std::string &VN,
1282 static DagInit *get(Init *V, const std::string &VN,