Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2088 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2091 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2092 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2095 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2097 RecipType = RecipType.substr(1); in getOpEnabled()
2099 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2142 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2145 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2148 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2149 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()