Home
last modified time | relevance | path

Searched refs:VTName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2099 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled() local
2100 std::string VTNameNoSize = VTName; in getOpEnabled()
2115 if (RecipType == VTName || RecipType == VTNameNoSize) in getOpEnabled()
2154 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps() local
2155 std::string VTNameNoSize = VTName; in getOpRefinementSteps()
2165 if (RecipType == VTName || RecipType == VTNameNoSize) in getOpRefinementSteps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp613 const char *VTName = typeNameFromFTValueType(VT); in NumericalStabilitySanitizer() local
618 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td238 // VTName is a string name for vector VT. For vector types it will be
242 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);
H A DX86InstrAVX512.td7865 (_.VT (!cast<PatFrag>("extload"#_Src.VTName) addr:$src)),
7866 (_.VT (!cast<PatFrag>("extload"#_Src.VTName) addr:$src))>;