Home
last modified time | relevance | path

Searched defs:Use (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/node/deps/npm/node_modules/iferr/
DREADME.md12 ## Use section in iferr
14 ### JavaScript/ES6 example
27 ### JavaScript/ES5 example
40 ### CoffeeScript example
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/iferr/
DREADME.md12 ## Use section in iferr
14 ### JavaScript example
27 ### CoffeeScript example
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/iferr/
DREADME.md12 ## Use section in iferr
14 ### JavaScript example
27 ### CoffeeScript example
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/
DREADME.md12 ## Use section in iferr
14 ### JavaScript example
27 ### CoffeeScript example
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Ddef_use_manager.h34 struct Use { struct
40 using UseList = std::list<Use>; argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddef_use_manager.h36 struct Use { struct
42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.h36 struct Use { struct
42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
/third_party/node/deps/npm/node_modules/require-directory/
DREADME.markdown13 ### Installation (via [npm](https://npmjs.org/package/require-directory))
19 ### Usage
67 ### Specifying Another Directory
/third_party/spirv-tools/source/opt/
Ddef_use_manager.h34 struct Use { struct
40 inline bool operator==(const Use& lhs, const Use& rhs) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h36 class Use; variable
78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopUtils.cpp64 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
67 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DGuardUtils.h18 class Use; variable
DCaptureTracking.h19 class Use; variable
DPhiValues.h32 class Use; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp430 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local
460 for (auto &Use : MI.uses()) { in canMoveToEnd() local
541 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedUser.h17 class Use; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h29 class Use; variable
DSSAUpdaterBulk.h27 class Use; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h33 class Use; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp80 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) in runOnMachineFunction() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexamples_test.cc24 void Use(T) {} in Use() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp359 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive()
389 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local
395 RetOrArg Use = CreateRet(F, i); in SurveyUse() local
452 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp449 for (auto &Use : MRI->use_nodbg_operands(DPPMovReg)) { in combineDPPMov() local
454 MachineOperand *Use = Uses.pop_back_val(); in combineDPPMov() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h34 class Use; variable

12345