Home
last modified time | relevance | path

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

/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()
Ddef_use_test.cpp1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P() local
/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()
Ddef_use_test.cpp1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P() local
/external/mesa3d/src/compiler/glsl/
Dlower_const_arrays_to_uniforms.cpp48 lower_const_array_visitor(exec_list *insts, unsigned s) in lower_const_array_visitor()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc66 auto insts = in DetermineFusionComputationPrecision() local
505 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistencyOfAliasingBuffersHelper() local
627 auto insts = computation->MakeInstructionPostOrder(); in ResolveInconsistentFusions() local
781 auto insts = (*comp_it)->MakeInstructionPostOrder(); in Run() local
/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp70 unsigned int EDCreateInsts(EDInstRef *insts, in EDCreateInsts()
245 unsigned int EDBlockCreateInsts(EDInstRef *insts, in EDBlockCreateInsts()
/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c32 struct qinst *insts[4]; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c33 struct qinst *insts[4]; member
Dvc4_qpu_validate.c113 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.c155 struct instruction_state * insts = &s->Instructions[inst->IP]; in update_instruction() local
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp288 const Json::Value insts = root["instructions"]; in jsonToSpirv() local
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp288 const Json::Value insts = root["instructions"]; in jsonToSpirv() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp173 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores()
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp288 const Json::Value insts = root["instructions"]; in jsonToSpirv() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp173 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores()
/external/swiftshader/src/Reactor/
DOptimizer.cpp757 void Optimizer::setLoadStoreInsts(Ice::CfgNode* node, std::vector<LoadStoreInst>* insts) in setLoadStoreInsts()
/external/python/cpython2/Lib/compiler/
Dpyassem.py657 def findDepth(self, insts, debug=0): argument