Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()