Searched refs:VTName (Results 1 – 2 of 2) sorted by relevance
1774 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled() local1775 std::string VTNameNoSize = VTName; in getOpEnabled()1790 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()1829 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps() local1830 std::string VTNameNoSize = VTName; in getOpRefinementSteps()1840 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
39 // VTName is a string name for vector VT. For vector types it will be43 string VTName = "v" # !if (!eq (NumElts, 1),48 ValueType VT = !cast<ValueType>(VTName);69 PatFrag LdFrag = !cast<PatFrag>("load" # VTName);71 PatFrag AlignedLdFrag = !cast<PatFrag>("alignedload" # VTName);