Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceThreading.h65 Shrunk.wait(L, [this] { return size() < MaxSize || Sequential; }); in blockingPush()
82 Shrunk.notify_one();
119 std::condition_variable Shrunk; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcoalescer-dce.ll25 ; Shrunk: %7 = [208d,256d:0)[304L,480L:0) 0@208d
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcoalescer-dce.ll25 ; Shrunk: %vreg7 = [208d,256d:0)[304L,480L:0) 0@208d
/external/llvm/test/CodeGen/X86/
Dcoalescer-dce.ll25 ; Shrunk: %vreg7 = [208d,256d:0)[304L,480L:0) 0@208d
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1167 Value *Shrunk = nullptr; in optimizePow() local
1172 Shrunk = optimizeUnaryDoubleFP(Pow, B, true); in optimizePow()
1225 return Shrunk; in optimizePow()