Searched refs:VTName (Results 1 – 4 of 4) sorted by relevance
2099 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled() local2100 std::string VTNameNoSize = VTName; in getOpEnabled()2115 if (RecipType == VTName || RecipType == VTNameNoSize) in getOpEnabled()2154 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps() local2155 std::string VTNameNoSize = VTName; in getOpRefinementSteps()2165 if (RecipType == VTName || RecipType == VTNameNoSize) in getOpRefinementSteps()
613 const char *VTName = typeNameFromFTValueType(VT); in NumericalStabilitySanitizer() local618 std::string("__nsan_get_shadow_ptr_for_") + VTName; in NumericalStabilitySanitizer()628 M.getOrInsertFunction(std::string("__nsan_internal_check_") + VTName + in NumericalStabilitySanitizer()632 std::string("__nsan_fcmp_fail_") + VTName + "_" + in NumericalStabilitySanitizer()
238 // VTName is a string name for vector VT. For vector types it will be242 string VTName = "v" # !if (!eq (NumElts, 1),248 ValueType VT = !cast<ValueType>(VTName);271 PatFrag LdFrag = !cast<PatFrag>("load" # VTName);273 PatFrag AlignedLdFrag = !cast<PatFrag>("alignedload" # VTName);
7865 (_.VT (!cast<PatFrag>("extload"#_Src.VTName) addr:$src)),7866 (_.VT (!cast<PatFrag>("extload"#_Src.VTName) addr:$src))>;