Home
last modified time | relevance | path

Searched refs:RecipType (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp1779 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1782 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1783 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1786 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1788 RecipType = RecipType.substr(1); in getOpEnabled()
1790 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1833 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1836 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1839 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1840 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp1767 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1770 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1771 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1774 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1776 RecipType = RecipType.substr(1); in getOpEnabled()
1778 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1821 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1824 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1827 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1828 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp1917 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1920 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1921 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1926 RecipType = RecipType.substr(1); in getOpEnabled()
1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1971 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1974 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1977 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1917 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1920 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1921 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1926 RecipType = RecipType.substr(1); in getOpEnabled()
1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1971 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1974 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1977 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1917 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1920 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1921 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1926 RecipType = RecipType.substr(1); in getOpEnabled()
1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1971 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1974 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1977 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp1872 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1875 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1876 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1879 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1881 RecipType = RecipType.substr(1); in getOpEnabled()
1883 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
1926 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
1929 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
1932 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
1933 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp1977 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1980 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1981 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1984 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1986 RecipType = RecipType.substr(1); in getOpEnabled()
1988 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2031 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2034 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2037 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2038 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2001 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2004 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2005 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2008 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2010 RecipType = RecipType.substr(1); in getOpEnabled()
2012 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2055 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2058 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2061 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2062 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1980 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
1983 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
1984 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1987 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
1989 RecipType = RecipType.substr(1); in getOpEnabled()
1991 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2034 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2037 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2040 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2041 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2119 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2122 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2123 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2126 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2128 RecipType = RecipType.substr(1); in getOpEnabled()
2130 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2173 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2176 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2179 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2180 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp2119 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2122 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2123 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2126 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2128 RecipType = RecipType.substr(1); in getOpEnabled()
2130 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2173 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2176 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2179 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2180 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2100 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2103 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2104 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2107 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2109 RecipType = RecipType.substr(1); in getOpEnabled()
2111 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2154 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2157 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2160 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2161 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2119 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2122 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2123 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2126 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2128 RecipType = RecipType.substr(1); in getOpEnabled()
2130 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2173 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2176 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2179 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2180 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2125 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2128 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2129 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2132 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2134 RecipType = RecipType.substr(1); in getOpEnabled()
2136 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2179 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2182 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2185 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2186 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2119 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2122 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2123 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2126 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2128 RecipType = RecipType.substr(1); in getOpEnabled()
2130 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2173 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2176 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2179 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2180 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2099 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2102 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2103 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2106 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2108 RecipType = RecipType.substr(1); in getOpEnabled()
2110 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2153 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2156 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2159 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2160 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2120 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2123 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2124 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2127 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2129 RecipType = RecipType.substr(1); in getOpEnabled()
2131 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2174 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2177 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2180 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2181 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()