Home
last modified time | relevance | path

Searched defs:insts (Results 1 – 25 of 49) sorted by relevance

12

/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py92 def resolveAndRemoveLabels(self, insts): argument
105 def seq_from_insts(self, insts): argument
125 def check_instructions(self, insts): argument
156 def get_code_object(self, filename, insts, metadata): argument
/external/mesa3d/src/nouveau/mme/
Dmme_sim.c24 struct mme_tu104_inst *insts = in mme_sim_core() local
32 struct mme_fermi_inst *insts = in mme_sim_core() local
Dmme_fermi.c94 const struct mme_fermi_inst *insts) in mme_fermi_encode()
133 void mme_fermi_decode(struct mme_fermi_inst *insts, in mme_fermi_decode()
287 mme_fermi_print(FILE *fp, const struct mme_fermi_inst *insts, in mme_fermi_print()
Dmme_tu104.c87 const struct mme_tu104_inst *insts) in mme_tu104_encode()
122 mme_tu104_decode(struct mme_tu104_inst *insts, in mme_tu104_decode()
548 mme_tu104_print(FILE *fp, const struct mme_tu104_inst *insts, in mme_tu104_print()
Dmme_fermi_builder.h30 struct mme_fermi_inst insts[MME_FERMI_BUILDER_MAX_INSTS]; member
Dmme_tu104_builder.h26 struct mme_tu104_inst insts[MME_TU104_BUILDER_MAX_INSTS]; member
Dmme_fermi_sim.c211 mme_fermi_sim_core(uint32_t inst_count, const struct mme_fermi_inst *insts, in mme_fermi_sim_core()
371 mme_fermi_sim(uint32_t inst_count, const struct mme_fermi_inst *insts, in mme_fermi_sim()
Dmme_tu104_sim.c397 mme_tu104_sim_core(uint32_t inst_count, const struct mme_tu104_inst *insts, in mme_tu104_sim_core()
618 mme_tu104_sim(uint32_t inst_count, const struct mme_tu104_inst *insts, in mme_tu104_sim()
/external/python/cpython3/Lib/test/
Dtest_compiler_assemble.py28 def insts_to_code_object(self, insts, metadata): argument
33 def assemble_test(self, insts, metadata, expected): argument
Dtest_compiler_codegen.py10 def assertInstructionsMatch_recursive(self, insts, expected_insts): argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.cpp92 std::string JoinAllInsts(const std::vector<const char*>& insts) { in JoinAllInsts()
96 std::string JoinNonDebugInsts(const std::vector<const char*>& insts) { in JoinNonDebugInsts()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_utils.cpp92 std::string JoinAllInsts(const std::vector<const char*>& insts) { in JoinAllInsts()
96 std::string JoinNonDebugInsts(const std::vector<const char*>& insts) { in JoinNonDebugInsts()
/external/angle/third_party/spirv-tools/src/test/opt/
Dpass_utils.cpp92 std::string JoinAllInsts(const std::vector<const char*>& insts) { in JoinAllInsts()
96 std::string JoinNonDebugInsts(const std::vector<const char*>& insts) { in JoinNonDebugInsts()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h215 packet_range insts(HexagonPacket &P) { in insts() function
218 const_packet_range insts(HexagonPacket const &P) const { in insts() function
221 packet_range insts() { return make_range(begin(), end()); } in insts() function
222 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() function
/external/mesa3d/src/nouveau/mme/tests/
Dmme_runner.cpp224 std::vector<mme_fermi_inst> insts(macro.size()); in run_macro() local
258 std::vector<mme_tu104_inst> insts(macro.size()); in run_macro() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc68 auto insts = in DetermineFusionComputationPrecision() local
223 auto insts = branch->MakeInstructionPostOrder(); in DetermineConditionalComputationsPrecision() local
569 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistencyOfAliasingBuffersHelper() local
739 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistentFusions() local
902 auto insts = (*comp_it)->MakeInstructionPostOrder(); in Run() local
/external/pytorch/torch/_dynamo/
Dbytecode_analysis.py32 def get_indexof(insts): argument
Dresume_execution.py39 def _initial_push_null(insts): argument
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c33 struct qinst *insts[4]; member
Dvc4_qpu_validate.c115 vc4_qpu_validate(uint64_t *insts, uint32_t num_inst) in vc4_qpu_validate()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java452 public InstructionContext[] contextsOf(final InstructionHandle[] insts) { in contextsOf()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c126 struct instruction_state *insts = &s->Instructions[inst->IP]; in update_instruction() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp183 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores()
/external/angle/third_party/spirv-tools/src/source/opt/
Dmem_pass.cpp183 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp181 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores()

12