Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2146 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local
2149 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()
2150 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
2153 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
2155 RecipType = RecipType.substr(1); in getOpEnabled()
2157 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2200 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local
2203 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()
2206 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
2207 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()