Home
last modified time | relevance | path

Searched defs:Effects (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp139 bool &Write, bool &Effects, bool &StackPointer) { in queryCallee()
171 bool &Write, bool &Effects, bool &StackPointer) { in query()
363 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi()