Home
last modified time | relevance | path

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

/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/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/opt/
Dif_conversion.cpp249 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction()
250 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
Dlicm_pass.cpp128 Instruction* previous_node = insertion_point->PreviousNode(); in HoistInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp249 if ((insertion_pos)->PreviousNode()->opcode() == SpvOpSelectionMerge) { in HoistInstruction()
250 insertion_pos = insertion_pos->PreviousNode(); in HoistInstruction()
/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/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;
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp5881 inst = terminator->PreviousNode(); in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp5840 inst = terminator->PreviousNode(); in TEST_P()