Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetRecip.cpp111 static const char DisabledPrefix = '!'; in parseIndividualParams() local
117 bool IsDisabled = Val[0] == DisabledPrefix; in parseIndividualParams()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1915 static const char DisabledPrefix = '!'; in getOpEnabled() local
1924 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2112 static const char DisabledPrefix = '!'; in getOpEnabled() local
2121 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()