Home
last modified time | relevance | path

Searched refs:Loaded (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp404 [](IRBuilder<> &Builder, Value *Loaded) { return Loaded; }); in tryExpandAtomicLoad() argument
444 Value *Loaded = Builder.CreateExtractValue(Pair, 0, "loaded"); in expandAtomicLoadToCmpXchg() local
446 LI->replaceAllUsesWith(Loaded); in expandAtomicLoadToCmpXchg()
499 Value *Loaded, Value *NewVal, in createCmpXchgInstFun() argument
511 Loaded = Builder.CreateBitCast(Loaded, IntTy); in createCmpXchgInstFun()
515 Addr, Loaded, NewVal, MemOpOrder, in createCmpXchgInstFun()
527 Value *Loaded, Value *Inc) { in performAtomicOp() argument
533 return Builder.CreateAdd(Loaded, Inc, "new"); in performAtomicOp()
535 return Builder.CreateSub(Loaded, Inc, "new"); in performAtomicOp()
537 return Builder.CreateAnd(Loaded, Inc, "new"); in performAtomicOp()
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/
DREADME.md19 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
21 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
/third_party/node/test/addons/openssl-providers/
Dproviders.cjs49 assertArrayIncludes(getProviders(), provider, 'Loaded providers');
63 assertArrayDoesNotInclude(getProviders(), provider, 'Loaded providers');
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
DREADME.md35 [2018/12/01 10:31:10:2581] NOTICE: Loaded client cert localhost-100y.cert
37 [2018/12/01 10:31:10:2593] NOTICE: Loaded client cert private key localhost-100y.key
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DREADME.md21 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
23 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
/third_party/node/test/parallel/
Dtest-cli-eval.js80 stdout, 'Loaded as a module, exiting with status code 42.\n');
98 stdout, 'Loaded as a module, exiting with status code 42.\n');
/third_party/python/Doc/library/
Dmodulefinder.rst85 print('Loaded modules:')
96 Loaded modules:
/third_party/node/deps/v8/third_party/test262-harness/
DREADME.md5 Loaded as a module, this project defines a single function, `parseTestRecord`.
/third_party/typescript/scripts/
DerrorCheck.mjs12 console.log("Loaded " + keys.length + " errors");
/third_party/json/tests/thirdparty/Fuzzer/test/
Dfuzzer.test47 DSO: INFO: Loaded 3 modules
/third_party/node/doc/api/
Dpackages.md151 // Loaded as ES module since ./startup contains no package.json file,
155 // Loaded as CommonJS since ./node_modules/commonjs-package/package.json
159 // Loaded as CommonJS since ./node_modules/commonjs-package/package.json
171 // Loaded as CommonJS since .cjs is always loaded as CommonJS.
174 // Loaded as ES module since .mjs is always loaded as ES module.
1234 import './startup.js'; // Loaded as ES module because of package.json
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt83 Matrices will be Loaded into the palette with current
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt93 Matrices will be Loaded into the palette with current
/third_party/rust/crates/syn/tests/common/
Deq.rs505 spanless_eq_enum!(ModKind; Loaded(0 1 2) Unloaded);
/third_party/gstreamer/gstreamer/po/
Dca.po1574 #~ msgid "Loaded %d plugins with %d feature.\n"
1575 #~ msgid_plural "Loaded %d plugins with %d features.\n"
1637 #~ msgid "Loaded %d plugins with %d %s.\n"
Dfi.po1528 #~ msgid "Loaded %d plugins with %d feature.\n"
1529 #~ msgid_plural "Loaded %d plugins with %d features.\n"
Dru.po1528 #~ msgid "Loaded %d plugins with %d %s.\n"
Drw.po1701 #~ msgid "Loaded %d plugins with %d %s.\n"
Dsq.po1511 #~ msgid "Loaded %d plugins with %d %s.\n"
/third_party/openGLES/extensions/ARB/
DARB_matrix_palette.txt89 Matrices will be Loaded into the palette with current
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_matrix_palette.txt79 Matrices will be Loaded into the palette with current
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4973 Constant *Loaded = ConstantFoldLoadFromConstPtr(C, Int32Ty, DL); in SimplifyRelativeLoad() local
4974 if (!Loaded) in SimplifyRelativeLoad()
4977 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp27439 LoadInst *Loaded = in lowerIdempotentRMWIntoFencedLoad() local
27442 Loaded->setAtomic(Order, SSID); in lowerIdempotentRMWIntoFencedLoad()
27443 AI->replaceAllUsesWith(Loaded); in lowerIdempotentRMWIntoFencedLoad()
27445 return Loaded; in lowerIdempotentRMWIntoFencedLoad()
/third_party/chromium/patch/
D0003-ohos-1115.patch163858 + SF.echo("Loaded",f.name+". Opening db...");
166251 + console.log("Loaded module:",api.sqlite3_libversion(),