/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_split_block.cpp | 66 if (split_before->PreviousNode() && in IsApplicable() 67 split_before->PreviousNode()->opcode() == SpvOpSelectionMerge) { in IsApplicable()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 295 instruction_before_which_to_insert->PreviousNode(); in ApplyWithResult()
|
D | fuzzer_util.cpp | 238 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction() 239 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction() 240 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_split_block.cpp | 66 if (split_before->PreviousNode() && in IsApplicable() 67 split_before->PreviousNode()->opcode() == SpvOpSelectionMerge) { in IsApplicable()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 295 instruction_before_which_to_insert->PreviousNode(); in ApplyWithResult()
|
D | fuzzer_util.cpp | 238 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction() 239 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction() 240 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist_node.h | 55 inline NodeType* PreviousNode() const; 167 inline NodeType* IntrusiveNodeBase<NodeType>::PreviousNode() const { in PreviousNode() function
|
D | ilist.h | 297 NodeType* node = sentinel_.PreviousNode(); in back() 311 NodeType* node = sentinel_.PreviousNode(); in back()
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 55 inline NodeType* PreviousNode() const; 167 inline NodeType* IntrusiveNodeBase<NodeType>::PreviousNode() const { in PreviousNode() function
|
D | ilist.h | 297 NodeType* node = sentinel_.PreviousNode(); in back() 311 NodeType* node = sentinel_.PreviousNode(); in back()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 250 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction() 251 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
|
D | debug_info_manager.cpp | 715 empty_debug_expr_inst_->PreviousNode() != nullptr && in AnalyzeDebugInsts() 716 empty_debug_expr_inst_->PreviousNode()->IsOpenCL100DebugInstr()) { in AnalyzeDebugInsts() 724 debug_info_none_inst_->PreviousNode() != nullptr && in AnalyzeDebugInsts() 725 debug_info_none_inst_->PreviousNode()->IsOpenCL100DebugInstr()) { in AnalyzeDebugInsts()
|
D | licm_pass.cpp | 128 Instruction* previous_node = insertion_point->PreviousNode(); in HoistInstruction()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder()
|
D | local_access_chain_convert_pass.cpp | 103 original_load->PreviousNode()); in ReplaceAccessChainLoad()
|
D | ir_context.cpp | 942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 250 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction() 251 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
|
D | debug_info_manager.cpp | 713 empty_debug_expr_inst_->PreviousNode() != nullptr && in AnalyzeDebugInsts() 714 empty_debug_expr_inst_->PreviousNode()->IsOpenCL100DebugInstr()) { in AnalyzeDebugInsts() 722 debug_info_none_inst_->PreviousNode() != nullptr && in AnalyzeDebugInsts() 723 debug_info_none_inst_->PreviousNode()->IsOpenCL100DebugInstr()) { in AnalyzeDebugInsts()
|
D | licm_pass.cpp | 128 Instruction* previous_node = insertion_point->PreviousNode(); in HoistInstruction()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder()
|
D | local_access_chain_convert_pass.cpp | 103 original_load->PreviousNode()); in ReplaceAccessChainLoad()
|
D | ir_context.cpp | 942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 747 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument 749 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue() 751 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue() 755 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
|
/external/llvm-project/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 1012 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, in addNextStateToQueue() argument 1014 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue() 1016 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue() 1020 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1902 property PreviousNode: IANTLRInterface read GetPreviousNode write SetPreviousNode; property 4716 State.PreviousNode := FPreviousNode; 4806 FPreviousNode := State.PreviousNode;
|