Home
last modified time | relevance | path

Searched refs:PreviousNode (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_split_block.cpp66 if (split_before->PreviousNode() && in IsApplicable()
67 split_before->PreviousNode()->opcode() == SpvOpSelectionMerge) { in IsApplicable()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp295 instruction_before_which_to_insert->PreviousNode(); in ApplyWithResult()
Dfuzzer_util.cpp238 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/
Dtransformation_split_block.cpp66 if (split_before->PreviousNode() && in IsApplicable()
67 split_before->PreviousNode()->opcode() == SpvOpSelectionMerge) { in IsApplicable()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp295 instruction_before_which_to_insert->PreviousNode(); in ApplyWithResult()
Dfuzzer_util.cpp238 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/
Dilist_node.h55 inline NodeType* PreviousNode() const;
167 inline NodeType* IntrusiveNodeBase<NodeType>::PreviousNode() const { in PreviousNode() function
Dilist.h297 NodeType* node = sentinel_.PreviousNode(); in back()
311 NodeType* node = sentinel_.PreviousNode(); in back()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h55 inline NodeType* PreviousNode() const;
167 inline NodeType* IntrusiveNodeBase<NodeType>::PreviousNode() const { in PreviousNode() function
Dilist.h297 NodeType* node = sentinel_.PreviousNode(); in back()
311 NodeType* node = sentinel_.PreviousNode(); in back()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp250 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction()
251 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
Ddebug_info_manager.cpp715 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()
Dlicm_pass.cpp128 Instruction* previous_node = insertion_point->PreviousNode(); in HoistInstruction()
Dfold_spec_constant_op_and_composite_pass.cpp195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder()
Dlocal_access_chain_convert_pass.cpp103 original_load->PreviousNode()); in ReplaceAccessChainLoad()
Dir_context.cpp942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp250 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction()
251 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
Ddebug_info_manager.cpp713 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()
Dlicm_pass.cpp128 Instruction* previous_node = insertion_point->PreviousNode(); in HoistInstruction()
Dfold_spec_constant_op_and_composite_pass.cpp195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder()
Dlocal_access_chain_convert_pass.cpp103 original_load->PreviousNode()); in ReplaceAccessChainLoad()
Dir_context.cpp942 line_inst = line_inst->PreviousNode(); in EmitErrorMessage()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp747 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/
DUnwrappedLineFormatter.cpp1012 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/
DAntlr.Runtime.Tree.pas1902 property PreviousNode: IANTLRInterface read GetPreviousNode write SetPreviousNode; property
4716 State.PreviousNode := FPreviousNode;
4806 FPreviousNode := State.PreviousNode;

12