Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1774 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled() local
1775 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() local
1830 std::string VTNameNoSize = VTName; in getOpRefinementSteps()
1840 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrAVX512.td39 // VTName is a string name for vector VT. For vector types it will be
43 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);