Home
last modified time | relevance | path

Searched defs:Prev (Results 1 – 25 of 146) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_base.h24 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local
32 node_base_type *Prev = N.getPrev(); in removeImpl() local
43 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local
70 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
Dilist_node_base.h23 ilist_node_base *Prev = nullptr; variable
27 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
DSparseMultiSet.h101 unsigned Prev; member
160 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
244 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h26 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local
34 node_base_type *Prev = N.getPrev(); in removeImpl() local
45 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local
72 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
Dilist_node_base.h23 ilist_node_base *Prev = nullptr; variable
27 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecycler.h33 RecyclerStruct *Prev, *Next; member
DTimer.h90 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable
170 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h35 struct rc_list * Prev; member
/external/llvm/include/llvm/Support/
DTimer.h86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable
174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
DUnicodeCharRanges.h76 uint32_t Prev = 0; in rangesAreValid() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp762 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local
790 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local
821 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local
861 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local
906 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local
940 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols() local
986 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local
1031 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local
1070 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols() local
/external/llvm/tools/llvm-c-test/
Decho.cpp689 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local
717 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local
748 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local
785 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local
831 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local
876 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local
918 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp30 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
DTypeHashing.cpp49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
DLazyRandomTypeCollection.cpp175 auto Prev = std::prev(Next); in visitRangeForType() local
207 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
DAppendingTypeTableBuilder.cpp47 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
DGlobalTypeTableBuilder.cpp49 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DUnicodeCharRanges.h76 uint32_t Prev = 0; in rangesAreValid() local
DTimer.h86 Timer **Prev; ///< Pointer to \p Next of previous timer in group. variable
191 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h85 Timer **Prev; ///< Pointer to \p Next of previous timer in group. variable
190 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
/external/llvm/lib/Fuzzer/
DFuzzerTracePC.cpp36 static thread_local uintptr_t Prev; variable
/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp272 for (auto *Prev : Cur->getInEdges()) { in ComputeLoopInfo() local
292 for (auto *Prev : Header->getInEdges()) { in ComputeLoopInfo() local
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h93 unsigned Prev; member
157 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
240 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h118 PointerIntPair<Use **, 2, PrevPtrTag> Prev; variable
/external/clang/lib/Format/
DFormatTokenLexer.cpp153 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
181 FormatToken *Prev = nullptr; in tryParseJSRegexLiteral() local

123456