Searched refs:RecipType (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1917 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local 1920 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled() 1921 RecipType = RecipType.substr(0, RefPos); in getOpEnabled() 1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled() 1926 RecipType = RecipType.substr(1); in getOpEnabled() 1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled() 1971 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local 1974 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps() 1977 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps() 1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 2114 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local 2117 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled() 2118 RecipType = RecipType.substr(0, RefPos); in getOpEnabled() 2121 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled() 2123 RecipType = RecipType.substr(1); in getOpEnabled() 2125 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled() 2168 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local 2171 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps() 2174 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps() 2175 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
|