/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 243 template <typename PtrType> 245 typedef PointerLikeTypeTraits<PtrType> PtrTraits; 260 typedef SmallPtrSetIterator<PtrType> iterator; 261 typedef SmallPtrSetIterator<PtrType> const_iterator; 267 std::pair<iterator, bool> insert(PtrType Ptr) { 274 bool erase(PtrType Ptr) { 279 size_type count(PtrType Ptr) const { 301 template<class PtrType, unsigned SmallSize> 302 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 303 typedef SmallPtrSetImpl<PtrType> BaseT; [all …]
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 41 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local 43 auto *Addr = ConstantPointerNull::get(PtrType); in TEST_F()
|
D | AliasAnalysisTest.cpp | 176 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local 178 auto *Addr = ConstantPointerNull::get(PtrType); in TEST_F() 183 auto *VAArg1 = new VAArgInst(Addr, PtrType, "vaarg", BB); in TEST_F()
|
/external/clang/test/CodeCompletion/ |
D | objc-message.mm | 26 typedef typename RemovePointer<T>::Type* PtrType; field 28 explicit operator PtrType() const;
|
/external/clang/test/SemaObjCXX/ |
D | deduction.mm | 17 typedef ValueType* PtrType; 18 RetainPtr(PtrType ptr);
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 26 template<class PtrType, unsigned SmallSize>
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 31 template <class PtrType> class SmallPtrSetImpl;
|
/external/eigen/Eigen/src/Core/ |
D | DenseStorage.h | 64 template<typename PtrType> 65 …EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return … in eigen_unaligned_array_assert_workaround_gcc47()
|
/external/google-benchmark/src/ |
D | benchmark.cc | 816 typedef std::unique_ptr<BenchmarkReporter> PtrType; in GetDefaultReporter() typedef 818 return PtrType(new ConsoleReporter); in GetDefaultReporter() 820 return PtrType(new JSONReporter); in GetDefaultReporter() 822 return PtrType(new CSVReporter); in GetDefaultReporter()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600ISelLowering.cpp | 362 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local 370 MachinePointerInfo(ConstantPointerNull::get(PtrType)), in LowerImplicitParameter()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1685 Type *PtrType = Ptr->getType(); in CreateInvariantGroupBarrier() local 1687 bool PtrTypeConversionNeeded = PtrType != ArgumentAndReturnType; in CreateInvariantGroupBarrier() 1694 return CreateBitCast(Fn, PtrType); in CreateInvariantGroupBarrier()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3218 EVT PtrType = LN0->getOperand(1).getValueType(); in visitAND() local 3231 NewPtr = DAG.getNode(ISD::ADD, DL, PtrType, in visitAND() 3232 NewPtr, DAG.getConstant(PtrOff, DL, PtrType)); in visitAND() 6830 EVT PtrType = N0.getOperand(1).getValueType(); in ReduceLoadWidth() local 6832 if (PtrType == MVT::Untyped || PtrType.isExtended()) in ReduceLoadWidth() 6848 PtrType, LN0->getBasePtr(), in ReduceLoadWidth() 6849 DAG.getConstant(PtrOff, DL, PtrType)); in ReduceLoadWidth() 10233 EVT PtrType = Origin->getBasePtr().getValueType(); in isLegal() local 10234 if (PtrType == MVT::Untyped || PtrType.isExtended()) in isLegal() 10242 if (!TLI.isOperationLegal(ISD::ADD, PtrType)) in isLegal() [all …]
|
D | TargetLowering.cpp | 1433 EVT PtrType = Lod->getOperand(1).getValueType(); in SimplifySetCC() local 1436 Ptr = DAG.getNode(ISD::ADD, dl, PtrType, Lod->getBasePtr(), in SimplifySetCC() 1437 DAG.getConstant(bestOffset, dl, PtrType)); in SimplifySetCC()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 453 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { in getImageRelativeType() argument 455 return PtrType; in getImageRelativeType() 3518 llvm::Type *PtrType = ABI.getImageRelativeType( in getBaseClassArray() local 3520 auto *ArrType = llvm::ArrayType::get(PtrType, Classes.size() + 1); in getBaseClassArray() 3533 BaseClassArrayData.push_back(llvm::Constant::getNullValue(PtrType)); in getBaseClassArray()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3920 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() argument 3921 LLVMContext &Context = PtrType->getContext(); in typeCheckLoadStoreInst() 3922 if (!isa<PointerType>(PtrType)) in typeCheckLoadStoreInst() 3924 Type *ElemType = cast<PointerType>(PtrType)->getElementType(); in typeCheckLoadStoreInst()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1094 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local 1102 MachinePointerInfo(ConstantPointerNull::get(PtrType)), in LowerImplicitParameter()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3728 EVT PtrType = Ptr.getValueType(); in expandf64Toi32() local 3731 PtrType, Ptr, DAG.getConstant(4, dl, PtrType)); in expandf64Toi32()
|