Home
last modified time | relevance | path

Searched defs:uses (Results 26 - 50 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp88 std::vector<IdInstsPair> uses; member
140 const auto& uses = actual_uses.at(id); in CheckUse() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp52 std::vector<const Instruction*> uses; in check_interface_variable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp88 std::vector<IdInstsPair> uses; member
140 const auto& uses = actual_uses.at(id); in CheckUse() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp54 std::vector<const Instruction*> uses; in check_interface_variable() local
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp87 std::vector<IdInstsPair> uses; member
139 const auto& uses = actual_uses.at(id); in CheckUse() local
[all...]
/third_party/mbedtls/tests/src/
H A Dhelpers.c282 static void mbedtls_test_set_case_uses_negative_0_internal(unsigned uses) in mbedtls_test_set_case_uses_negative_0_internal() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp124 exec_list *uses; member
/third_party/skia/src/gpu/
H A DGrResourceAllocator.h221 int uses() const { return fUses; } in uses() function in GrResourceAllocator::ActualUse::Interval
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp206 FindUses(const Instruction* inst, std::vector<Instruction*>* uses, uint32_t user_opcode) const FindUses() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp206 FindUses(const Instruction* inst, std::vector<Instruction*>* uses, uint32_t user_opcode) const FindUses() argument
/third_party/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp206 FindUses(const Instruction* inst, std::vector<Instruction*>* uses, spv::Op user_opcode) const FindUses() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.h240 nuc_map uses; member in r600_sb::gcm
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h171 const InstructionSet& uses() const {return m_uses;} in uses() function in r600::Register
/third_party/node/deps/v8/src/compiler/
H A Dstore-store-elimination.cc312 RecomputeSet( Node* node, const UnobservablesSet& uses) RecomputeSet() argument
[all...]
H A Dverifier.cc108 Node::Uses uses = node->uses(); in CheckSwitch() local
[all...]
H A Dnode.h143 Uses uses() { return Uses(this); } in uses() function in v8::internal::compiler::final
H A Dgraph-visualizer.cc648 int uses = node->UseCount(); in PrintSchedule() local
650 os_ << "0 " << uses << " "; in PrintSchedule() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp151 Uses uses = *getUses(address); // Hard copy in propagateAlloca() local
248 Uses uses = *getUses(address); // Hard copy in performScalarReplacementOfAggregates() local
590 Optimizer::Uses *uses = getUses(address); in isDead() local
606 auto &uses = *getUses(allocaAddress); isStaticallyIndexedArray() local
790 Optimizer::Uses *uses = (Optimizer::Uses *)operand->Ice::Operand::getExternalData(); getUses() local
800 setUses(Ice::Operand *operand, Optimizer::Uses *uses) setUses() argument
852 auto &uses = *this; erase() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h375 iterator_range<use_iterator> uses() { uses() function
379 iterator_range<const_use_iterator> uses() const { uses() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h325 iterator_range<use_iterator> uses() { uses() function
329 iterator_range<const_use_iterator> uses() const { uses() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h222 void setUsesPICBase(bool uses) { UsesPICBase = uses; } in setUsesPICBase() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h525 iterator_range<mop_iterator> uses() { in uses() function in llvm::MachineInstr
529 iterator_range<const_mop_iterator> uses() const { in uses() function in llvm::MachineInstr
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c51 struct set *uses, *if_uses, *defs; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp965 uint8_t uses[8]; member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp394 NVC0LegalizePostRA::addTexUse(std::list<TexUse> &uses, in addTexUse() argument
434 findFirstUses( Instruction *texi, std::list<TexUse> &uses) findFirstUses() argument
445 findFirstUsesBB( int minGPR, int maxGPR, Instruction *start, const Instruction *texi, std::list<TexUse> &uses, std::unordered_set<const BasicBlock *> &visited) findFirstUsesBB() argument
504 std::list<TexUse> *uses; insertTextureBarriers() local
[all...]

Completed in 30 milliseconds

123