Home
last modified time | relevance | path

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

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