/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_base.h | 23 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local 31 node_base_type *Prev = N.getPrev(); in removeImpl() local 42 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local 69 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
|
D | ilist_node_base.h | 22 ilist_node_base *Prev = nullptr; variable 26 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev() 40 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
|
D | SparseMultiSet.h | 100 unsigned Prev; member 159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue() 243 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ilist_base.h | 23 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local 31 node_base_type *Prev = N.getPrev(); in removeImpl() local 42 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local 69 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
|
D | ilist_node_base.h | 22 ilist_node_base *Prev = nullptr; variable 26 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev() 40 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
|
D | SparseMultiSet.h | 100 unsigned Prev; member 159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue() 243 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_base.h | 26 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
|
D | ilist_node_base.h | 23 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/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 886 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local 914 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local 945 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local 985 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local 1030 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local 1064 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols() local 1099 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); in declare_symbols() local 1186 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local 1240 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local 1279 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols() local [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 35 struct rc_list * Prev; member
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
D | UnicodeCharRanges.h | 76 uint32_t Prev = 0; in rangesAreValid() local
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 689 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/scudo/standalone/ |
D | list.h | 162 T *Prev = Y->Prev; in insert() local 200 T *Prev = X->Prev; in remove() local
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | list.h | 162 T *Prev = Y->Prev; in insert() local 200 T *Prev = X->Prev; in remove() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
D | TypeHashing.cpp | 48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Timer.h | 85 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable 191 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
|
D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 85 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Timer.h | 85 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable 191 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
|
D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Use.h | 96 Use **Prev = nullptr; variable
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
/external/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 93 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
|