Home
last modified time | relevance | path

Searched refs:PointeeType (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
Dvisitor.h333 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()
Dmember.h60 using PointeeType = T;
Dcross-thread-persistent.h77 using PointeeType = T; variable
Dpersistent.h60 using PointeeType = T; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallSet.h136 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/
DSmallSet.h248 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/
DTargetTransformInfoImpl.h105 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()
DTargetTransformInfo.h226 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/
DInstructions.h902 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/
DBTFDebug.h66 void setPointeeType(uint32_t PointeeType);
DBTFDebug.cpp92 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/
DDebugInfo.h775 LLVMMetadataRef PointeeType,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp179 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/
DBasicTTIImpl.h289 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/
DDebugInfo.cpp1174 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/
DBitcodeReader.cpp2585 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/
DInstCombineCasts.cpp2419 Type *PointeeType = in visitBitCast() local
2421 if (!PointeeType->isSized()) in visitBitCast()