Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2178 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2181 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2182 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2185 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2187 RecipType = RecipType.substr(1); in getOpEnabled()
2189 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2232 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2235 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2238 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2239 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()