Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h97 const Value *Computed = GetUnderlyingObjCPtr(V, DL); in GetUnderlyingObjCPtrCached() local
98 Cache[V] = const_cast<Value *>(Computed); in GetUnderlyingObjCPtrCached()
99 return Computed; in GetUnderlyingObjCPtrCached()
/external/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_InTopK.pbtxt18 Computed Precision at `k` as a `bool Tensor`.
Dapi_def_InTopKV2.pbtxt24 Computed precision at `k` as a `bool Tensor`.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt9 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1120 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() local
1122 if (!Computed) in evaluateCMPrr()
1147 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri() local
1149 if (!Computed) in evaluateCMPri()
1175 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPrp() local
1177 if (!Computed) in evaluateCMPrp()
2570 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result); in evaluateHexCompare() local
2571 if (Computed) { in evaluateHexCompare()
/external/toybox/kconfig/
Dzconf.hash.c_shipped3 /* Computed positions: -k'1,3' */
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUUsage.rst2274 executed. Computed from the
2282 less than 16 previous executed. Computed from the
2293 less than 16 previous executed. Computed from the
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2537 * Computed gotos are now enabled by default on supported compilers (which are
/external/python/cpython3/Misc/
DHISTORY12319 - Issue #9203: Computed gotos are now enabled by default on supported compilers