Home
last modified time | relevance | path

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

1234

/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/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/include/llvm/Analysis/
DGuardUtils.h18 class Use; variable
DCaptureTracking.h19 class Use; variable
DPhiValues.h32 class Use; variable
/third_party/decimal.js/
DREADME.md67 ## Use section
/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
DDeadMachineInstructionElim.cpp94 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedUser.h17 class Use; variable
DUse.h101 Use(PrevPtrTag tag) { Prev.setInt(tag); } in Use() function
/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/Transforms/Scalar/
DSROA.h33 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/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/flatbuffers/benchmarks/cpp/flatbuffers/
Dfb_bench.cpp43 int64_t Use(void *decoded) override { in Use() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h34 class Use; variable
/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/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp93 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints() local
145 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints() local

1234