Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1912 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpEnabled() local
1913 std::string VTNameNoSize = VTName; in getOpEnabled()
1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1967 std::string VTName = getReciprocalOpName(IsSqrt, VT); in getOpRefinementSteps() local
1968 std::string VTNameNoSize = VTName; in getOpRefinementSteps()
1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td42 // VTName is a string name for vector VT. For vector types it will be
46 string VTName = "v" # !if (!eq (NumElts, 1),
51 ValueType VT = !cast<ValueType>(VTName);
72 PatFrag LdFrag = !cast<PatFrag>("load" # VTName);
74 PatFrag AlignedLdFrag = !cast<PatFrag>("alignedload" # VTName);
7590 (_.VT (!cast<PatFrag>("extload"#_Src.VTName) addr:$src))>;