/third_party/node/deps/v8/include/cppgc/ |
D | visitor.h | 333 using PointeeType = typename Persistent::PointeeType; in TraceRoot() local 334 static_assert(sizeof(PointeeType), in TraceRoot() 336 static_assert(internal::IsGarbageCollectedOrMixinType<PointeeType>::value, in TraceRoot() 343 VisitRoot(ptr, TraceTrait<PointeeType>::GetTraceDescriptor(ptr), loc); in TraceRoot() 350 using PointeeType = typename WeakPersistent::PointeeType; in TraceRoot() local 351 static_assert(sizeof(PointeeType), in TraceRoot() 353 static_assert(internal::IsGarbageCollectedOrMixinType<PointeeType>::value, in TraceRoot() 356 static_assert(!internal::IsAllocatedOnCompactableSpace<PointeeType>::value, in TraceRoot() 359 VisitWeakRoot(ptr, TraceTrait<PointeeType>::GetTraceDescriptor(ptr), in TraceRoot()
|
D | member.h | 60 using PointeeType = T;
|
D | cross-thread-persistent.h | 77 using PointeeType = T; variable
|
D | persistent.h | 60 using PointeeType = T; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 136 template <typename PointeeType, unsigned N> 137 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallSet.h | 248 template <typename PointeeType, unsigned N> 249 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 747 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 749 assert(PointeeType && Ptr && "can't get GEPCost of nullptr"); in getGEPCost() 752 PointeeType && in getGEPCost() 761 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost()
|
D | TargetTransformInfo.h | 226 int getGEPCost(Type *PointeeType, const Value *Ptr, 1179 virtual int getGEPCost(Type *PointeeType, const Value *Ptr, 1416 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 1418 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 902 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 905 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 918 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 923 if (!PointeeType) 924 PointeeType = 928 PointeeType == 930 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, 934 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 939 if (!PointeeType) 940 PointeeType = [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.h | 66 void setPointeeType(uint32_t PointeeType);
|
D | BTFDebug.cpp | 92 void BTFTypeDerived::setPointeeType(uint32_t PointeeType) { in setPointeeType() argument 93 BTFType.Type = PointeeType; in setPointeeType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 775 LLVMMetadataRef PointeeType,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 181 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 289 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 291 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 1174 LLVMMetadataRef PointeeType, in LLVMDIBuilderCreateMemberPointerType() argument 1180 unwrapDI<DIType>(PointeeType), in LLVMDIBuilderCreateMemberPointerType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2585 Type *PointeeType = nullptr; in parseConstants() local 2588 PointeeType = getTypeByID(Record[OpNum++]); in parseConstants() 2615 if (!PointeeType) in parseConstants() 2616 PointeeType = ImplicitPointeeType; in parseConstants() 2617 else if (PointeeType != ImplicitPointeeType) in parseConstants() 2622 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in parseConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2419 Type *PointeeType = in visitBitCast() local 2421 if (!PointeeType->isSized()) in visitBitCast()
|