Searched defs:current_inst (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 54 [&work_list, this, live_components](Instruction* current_inst) { in FindLiveComponents() 68 Instruction* current_inst = current_item.instruction; in FindLiveComponents() local 98 void VectorDCE::MarkExtractUseAsLive(const Instruction* current_inst, in MarkExtractUseAsLive() 208 Instruction* current_inst = work_item.instruction; in MarkCompositeContructUsesAsLive() local 241 Instruction* current_inst, const utils::BitVector& live_elements, in MarkUsesAsLive() 310 &dead_dbg_value](Instruction* current_inst) { in RewriteInstructions() 355 Instruction* current_inst, const utils::BitVector& live_components, in RewriteInsertInstruction() 405 Instruction* current_inst = work_item.instruction; in AddItemToWorkListIfNeeded() local
|
D | copy_prop_arrays.cpp | 230 Instruction* current_inst = def_use_mgr->GetDef( in BuildMemoryObjectFromLoad() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 54 [&work_list, this, live_components](Instruction* current_inst) { in FindLiveComponents() 68 Instruction* current_inst = current_item.instruction; in FindLiveComponents() local 98 void VectorDCE::MarkExtractUseAsLive(const Instruction* current_inst, in MarkExtractUseAsLive() 208 Instruction* current_inst = work_item.instruction; in MarkCompositeContructUsesAsLive() local 241 Instruction* current_inst, const utils::BitVector& live_elements, in MarkUsesAsLive() 310 &dead_dbg_value](Instruction* current_inst) { in RewriteInstructions() 355 Instruction* current_inst, const utils::BitVector& live_components, in RewriteInsertInstruction() 405 Instruction* current_inst = work_item.instruction; in AddItemToWorkListIfNeeded() local
|
D | copy_prop_arrays.cpp | 230 Instruction* current_inst = def_use_mgr->GetDef( in BuildMemoryObjectFromLoad() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap_shader.c | 52 struct tgsi_full_instruction *current_inst) in transform_instr()
|
D | st_cb_drawpixels_shader.c | 73 struct tgsi_full_instruction *current_inst) in transform_instr()
|
D | st_atifs_to_tgsi.c | 666 struct tgsi_full_instruction *current_inst) in transform_instr()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1073 const auto current_inst = stack.back(); in EntryPointReferences() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1071 const auto current_inst = stack.back(); in EntryPointReferences() local
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 1525 const uint32_t current_inst = in DoGuessValueAt() local
|